SQL Server 2000 SQL Server 2000 stored procedures can: be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types be kept within the database and invoked by application programs be stored on the users' computer never be kept within the database support BEFORE, INSTEAD OF and AFTER types 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): BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 A differential backup makes a copy of the entire database. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the data are stored in the bottom level of the index and in the same order as that index. Secondary Clustered Primary Nonclustered Secondary Clustered Primary Nonclustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Nonclustered indexes are faster than clustered indexes for retrieval. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. True False True False ANSWER DOWNLOAD EXAMIANS APP