SQL Server 2000 With this type of index, the data are stored in the bottom level of the index and in the same order as that index. Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered Secondary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered Secondary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. SCROLL_LOCK READ_ONLY PESSIMISTIC OPTIMISTIC SCROLL_LOCK READ_ONLY PESSIMISTIC OPTIMISTIC ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Locking hints Lock level Cursor concurrency setting Transaction isolation level Locking hints Lock level Cursor concurrency setting Transaction isolation level ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports three recovery modes: simple, full and Bulk. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read? REPEATABLE READ READ COMMITTED SERIALIZABLE READ UNCOMMITTED REPEATABLE READ READ COMMITTED SERIALIZABLE READ UNCOMMITTED ANSWER DOWNLOAD EXAMIANS APP