SQL Server 2000 With which type of SQL Server recovery model are all database changes logged except those that cause large log entries? Simple recovery Differential recovery Bulk-logged recovery Full recovery Simple recovery Differential recovery Bulk-logged recovery Full recovery 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 With SQL Server, parameters and variables in T-SQL start with the "%" sign. True False True False 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. Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered Secondary 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger ANSWER DOWNLOAD EXAMIANS APP