An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words.
Options
A. True
B. False
Correct Answer
True
More questions
1. When mapping a supertype/subtype relationship which of the following is true?
Options
A. The supertype primary key is assigned to each subtype.
B. The subtype primary key is assigned to each supertype.
C. There is no link between the supertype/subtype entities.
D. There is no primary key/foreign key relationship between a supertype/subtype.
8. When a foreign key column is created without a corresponding foreign key constraint, we have created a "casual relationship" between the two tables.