A. Two types of indexes - clustered indexes and non-clustered indexes
B. Both types use B-TREE for searching data
C. Only one clustered index on a table
D. More than one clustered index on a table
Ans: D
A. It can be logged in the error log
B. It can print a message to the application
C. It can assign an error number, state and severity
D. a,b and c
Ans: D
A. Stored procedure can accept parameter
B. Permission check is not required
C. The execution plan is stored in the cache after it was executed the first time.
Ans: C