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? READ COMMITTED SERIALIZABLE READ UNCOMMITTED REPEATABLE READ READ COMMITTED SERIALIZABLE READ UNCOMMITTED REPEATABLE READ ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Cursor concurrency setting Locking hints Transaction isolation level Lock level Cursor concurrency setting Locking hints Transaction isolation level Lock level ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP
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. Secondary Nonclustered Clustered Primary Secondary Nonclustered Clustered Primary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model, is no logging done? Simple recovery Full recovery Bulk-logged recovery Differential recovery Simple recovery Full recovery Bulk-logged recovery Differential recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server automatically creates an index on all primary and foreign keys. False True False True ANSWER DOWNLOAD EXAMIANS APP