SQL Server 2000 SQL Server AFTER Triggers may be assigned views. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed after an SQL command has been processed is called a(n): INSTEAD OF trigger BEFORE trigger AFTER trigger BEGIN trigger INSTEAD OF trigger BEFORE trigger AFTER trigger BEGIN trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Locking hints Transaction isolation level Cursor concurrency setting Lock level Locking hints Transaction isolation level Cursor concurrency setting ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types be kept within the database and invoked by application programs ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Nonclustered indexes are faster than clustered indexes for retrieval. False True False True ANSWER DOWNLOAD EXAMIANS APP