SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? SCROLL_LOCK READCOMMITTED OPTIMISTIC READ_ONLY SCROLL_LOCK READCOMMITTED OPTIMISTIC READ_ONLY 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): BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. True False True False 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? Complete backup Differential backup None of these Transaction Log Complete backup Differential backup None of these Transaction Log ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 A differential backup makes a copy of the entire database. True False True False ANSWER DOWNLOAD EXAMIANS APP