SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Locking hints Transaction isolation level Cursor concurrency setting Lock level Locking hints Transaction isolation level Cursor concurrency setting ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports two kinds of indexes: clustered and nonclustered. 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. Secondary Nonclustered Primary Clustered Secondary Nonclustered Primary Clustered 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): INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger 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 OPTIMISTIC SCROLL_LOCK READCOMMITTED READ_ONLY OPTIMISTIC SCROLL_LOCK READCOMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words. False True False True ANSWER DOWNLOAD EXAMIANS APP