SQL Server 2000 – General Questions

6. Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?

A. READ_ONLY
B. SCROLL_LOCK
C. OPTIMISTIC
D. READCOMMITTED

Correct Answer:  D. READCOMMITTED

7. Which of the three possible types of triggers does SQL Server support?

A. INSTEAD OF only
B. AFTER only
C. BEFORE only
D. INSTEAD OF and AFTER only

Correct Answer:  D. INSTEAD OF and AFTER only

8. Which of the following is a way to create and modify tables using SQL Server?

A. Write SQL code using either CREATE or ALTER SQL statements only.
B. Use the graphical facilities of SQL Server Enterprise Manager only.
C. Both of the two methods above will work.
D. Neither of the two methods above will work

Correct Answer:  C. Both of the two methods above will work.

9. With which type of SQL Server recovery model, is no logging done?

A. Differential recovery
B. Full recovery
C. Bulk-logged recovery
D. Simple recovery

Correct Answer:  D. Simple recovery

10. SQL Server 2000 stored procedures can:

A. never be kept within the database.
B. be kept within the database and invoked by application programs.
C. be stored on the users’ computer.
D. support BEFORE, INSTEAD OF and AFTER types.

Correct Answer:  B. be kept within the database and invoked by application programs.

Leave A Comment?

19 − nineteen =