SQL Server program code that is executed after an SQL command has been processed is called a(n):
Answer: C
No answer description available for this question.
Enter details here
What mode of authentication does SQL Server NOT provide?
Answer: D
No answer description available for this question.
Enter details here
Which of the three possible types of triggers does SQL Server support?
Answer: D
No answer description available for this question.
Enter details here
In SQL Server 2000, which of the following makes a copy of the changes that have been made to the database since the last complete backup?
Answer: C
No answer description available for this question.
Enter details here
With this type of index, the data are stored in the bottom level of the index and in the same order as that index.
Answer: B
No answer description available for this question.
Enter details here
Which of the following is not a factor in determining the concurrency control behavior of SQL Server?
Answer: A
No answer description available for this question.
Enter details here
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.
Answer: A
No answer description available for this question.
Enter details here
With which type of SQL Server recovery model are all database changes logged?
Answer: B
No answer description available for this question.
Enter details here
Better security occurs if Windows-only authentication is selected.
Answer: A
No answer description available for this question.
Enter details here
An SQL Server 2000 language that adds programming elements like parameters, variables, IF, WHILE loops, and so forth, to the basic capabilities of SQL is called:
Answer: C
No answer description available for this question.
Enter details here