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 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 INSTEAD OF trigger BEGIN trigger BEFORE trigger AFTER trigger INSTEAD OF trigger BEGIN trigger BEFORE trigger 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. READ_ONLY PESSIMISTIC OPTIMISTIC SCROLL_LOCK READ_ONLY PESSIMISTIC OPTIMISTIC SCROLL_LOCK ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server optimistic locking, an update lock is placed on the row when the row is read. False True False True 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