SQL Server 2000 SQL Server supports two kinds of indexes: clustered and nonclustered. 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 SQL Server indexes are special data structures used to improve performance. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP
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 be stored on the users' computer support BEFORE, INSTEAD OF and AFTER types never be kept within the database be kept within the database and invoked by application programs be stored on the users' computer support BEFORE, INSTEAD OF and AFTER types ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements. False True False True ANSWER DOWNLOAD EXAMIANS APP