SQL Server 2000 SQL Server 2000 stored procedures can: 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 be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 In SQL Server 2000, which of the following makes a copy of the changes that have been made to the database since the last complete backup? Differential backup Transaction Log Complete backup None of these Differential backup Transaction Log Complete backup None of these ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server pessimistic locking, no lock is obtained until the user updates the data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Nonclustered indexes are faster than clustered indexes for retrieval. True False True False 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): AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger ANSWER DOWNLOAD EXAMIANS APP