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 TRUE ANSWER : ? YOUR ANSWER : ?
Better security occurs if Windows-only authentication is selected. True False TRUE ANSWER : ? YOUR ANSWER : ?
With SQL Server optimistic locking, an update lock is placed on the row when the row is read. True False TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server supports two kinds of indexes: clustered and nonclustered. True False TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server supports three recovery modes: simple, full and Bulk. False True TRUE ANSWER : ? YOUR ANSWER : ?
With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. OPTIMISTIC READ_ONLY SCROLL_LOCK PESSIMISTIC TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Transaction isolation level Cursor concurrency setting Locking hints TRUE ANSWER : ? YOUR ANSWER : ?
Nonclustered indexes are faster than clustered indexes for retrieval. True False TRUE ANSWER : ? YOUR ANSWER : ?