Database - SQL Server 2000

Exercise : 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?
READ_ONLY
SCROLL_LOCK
OPTIMISTIC
READCOMMITTED
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
Which of the three possible types of triggers does SQL Server support?
INSTEAD OF only
AFTER only
BEFORE only
INSTEAD OF and AFTER only
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
Which of the following is a way to create and modify tables using SQL Server?
Write SQL code using either CREATE or ALTER SQL statements only.
Use the graphical facilities of SQL Server Enterprise Manager only.
Both of the two methods above will work.
Neither of the two methods above will work.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
With which type of SQL Server recovery model, is no logging done?
Differential recovery
Full recovery
Bulk-logged recovery
Simple recovery
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
SQL Server 2000 stored procedures can:
never be kept within the database.
be kept within the database and invoked by application programs.
be stored on the users' computer.
support BEFORE, INSTEAD OF and AFTER types.
Answer: Option
Explanation:
No answer description is available. Let's discuss.