Question: Which of the following statements is true if you create a global temporary table in SQL Server 2008 and specify a FOREIGN KEY with the CREATE TABLE command?
A
The table is created successfully with the FOREIGN KEY constraint.
B
The table is not created and no message is returned.
C
The table is created without the FOREIGN KEY constraint and a warning message is returned.
D
The table is not created and an error message is displayed.
Question: Which of the following features of SQL Server 2008 evaluates servers for compliance with a set of predefined conditions and prevents making undesirable changes to servers?