SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): INSTEAD OF trigger BEFORE trigger BEGIN trigger AFTER trigger INSTEAD OF trigger BEFORE trigger BEGIN trigger AFTER trigger ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports a language called Transact-SQL (also called T-SQL). False True False True ANSWER DOWNLOAD EXAMIANS APP
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 Nonclustered Secondary Clustered Primary Nonclustered Secondary Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server AFTER Triggers may be assigned views. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SERIALIZABLE is the strictest isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data. OPTIMISTIC PESSIMISTIC READ_ONLY SCROLL_LOCK OPTIMISTIC PESSIMISTIC READ_ONLY SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP