Database - SQL Server 2000

Exercise : SQL Server 2000 - True or False
1.
There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
SQL Server automatically creates an index on all primary and foreign keys.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
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.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
With SQL Server, parameters and variables in T-SQL start with the "%" sign.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
Nonclustered indexes are faster than clustered indexes for retrieval.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.