SQL Server 2000 With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Clustered Secondary Primary Nonclustered Clustered Secondary Primary Nonclustered 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 SQL Server program code that is executed after an SQL command has been processed is called a(n): INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server, parameters and variables in T-SQL start with the "%" sign. False True False True 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. False True False True 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 UNCOMMITTED READ COMMITTED SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP