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 Nonclustered indexes are faster than clustered indexes for retrieval. False True False True 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): AFTER trigger BEGIN trigger INSTEAD OF trigger BEFORE trigger AFTER trigger BEGIN trigger INSTEAD OF trigger BEFORE trigger 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 Better security occurs if Windows-only authentication is selected. True False True False 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? READ COMMITTED SERIALIZABLE REPEATABLE READ READ UNCOMMITTED READ COMMITTED SERIALIZABLE REPEATABLE READ READ UNCOMMITTED ANSWER DOWNLOAD EXAMIANS APP