With SQL Server pessimistic locking, no lock is obtained until the user updates the data. True False TRUE ANSWER : ? YOUR ANSWER : ?
With which type of SQL Server recovery model are all database changes logged? Differential recovery Bulk-logged recovery Full recovery Simple recovery TRUE ANSWER : ? YOUR ANSWER : ?
With SQL Server optimistic locking, an update lock is placed on the row when the row is read. True False TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): AFTER trigger BEGIN trigger BEFORE trigger INSTEAD OF trigger TRUE ANSWER : ? YOUR ANSWER : ?
With which type of SQL Server recovery model, is no logging done? Full recovery Simple recovery Bulk-logged recovery Differential recovery TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server supports three recovery modes: simple, full and Bulk. False True TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the three possible types of triggers does SQL Server support? INSTEAD OF and AFTER only INSTEAD OF only BEFORE only AFTER only TRUE ANSWER : ? YOUR ANSWER : ?
The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000. True False TRUE ANSWER : ? YOUR ANSWER : ?
SQL Server indexes are special data structures used to improve performance. True False TRUE ANSWER : ? YOUR ANSWER : ?