SQL Sever Questions and Answers
Practice ModeShowing 10 of 20 questions
Q1
With which type of SQL Server recovery model are all database changes logged except those that cause large log entries?
Answer: Option D
Q2
Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?
Answer: Option D
Q3
What mode of authentication does SQL Server NOT provide?
Answer: Option D
Q4
The strictest transaction isolation level provided by SQL Server is called:
Answer: Option B
Q5
SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n):
Answer: Option A
Q6
Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?
Answer: Option D
Q7
Which of the three possible types of triggers does SQL Server support?
Answer: Option D
Q8
Which of the following is a way to create and modify tables using SQL Server?
Answer: Option C
Q9
With which type of SQL Server recovery model, is no logging done?
Answer: Option D
Q10
SQL Server 2000 stored procedures can:
Answer: Option B