SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: REPEATABLE READ SERIALIZABLE READ UNCOMMITTED READ COMMITTED REPEATABLE READ SERIALIZABLE READ UNCOMMITTED READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words. True False True False 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 Complete backup None of these Transaction Log Differential backup Complete backup None of these Transaction Log ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): BEGIN trigger INSTEAD OF trigger BEFORE trigger AFTER trigger BEGIN trigger INSTEAD OF trigger BEFORE trigger AFTER trigger 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
SQL Server 2000 SQL Server supports two kinds of indexes: clustered and nonclustered. True False True False ANSWER DOWNLOAD EXAMIANS APP