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. Primary Secondary Nonclustered Clustered Primary Secondary Nonclustered Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server 2000 stored procedures can: 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 never be kept within the database ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 The strictest transaction isolation level provided by SQL Server is called: SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 By default, SQL Server will create one data file and one log file for each newly created database. False True False True ANSWER DOWNLOAD EXAMIANS APP