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 Secondary Clustered Nonclustered Primary Secondary Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model are all database changes logged? Bulk-logged recovery Full recovery Simple recovery Differential recovery Bulk-logged recovery Full recovery Simple recovery Differential recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server pessimistic locking, no lock is obtained until the user updates the data. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Cursor concurrency setting Lock level Transaction isolation level Locking hints Cursor concurrency setting Lock level Transaction isolation level Locking hints ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? READ_ONLY SCROLL_LOCK OPTIMISTIC READCOMMITTED READ_ONLY SCROLL_LOCK OPTIMISTIC READCOMMITTED 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 BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger ANSWER DOWNLOAD EXAMIANS APP