SQL Server 2000 SQL Server 2000 stored procedures can: never be kept within the database be kept within the database and invoked by application programs support BEFORE, INSTEAD OF and AFTER types be stored on the users' computer never be kept within the database be kept within the database and invoked by application programs support BEFORE, INSTEAD OF and AFTER types be stored on the users' computer ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SERIALIZABLE is the strictest isolation level. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: READ COMMITTED READ UNCOMMITTED SERIALIZABLE REPEATABLE READ READ COMMITTED READ UNCOMMITTED SERIALIZABLE REPEATABLE READ ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server indexes are special data structures used to improve performance. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server, parameters and variables in T-SQL start with the "%" sign. True False True False 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