Q.1
Better security occurs if Windows-only authentication is selected.
Q.2
SQL Server AFTER Triggers may be assigned views.
Q.3
'dbo' stands for database object.
Q.4
With SQL Server optimistic locking, an update lock is placed on the row when the row is read.
Q.5
By default, SQL Server will create one data file and one log file for each newly created database.
Q.6
READ COMMITTED is the default isolation level.
Q.7
A differential backup makes a copy of the entire database.
Q.8
SQL Server supports INSTEAD OF, AFTER and BEFORE triggers.
Q.9
SQL Server supports two kinds of indexes: clustered and nonclustered.
Q.10
SQL Server indexes are special data structures used to improve performance.
Q.11
SQL Server supports a language called Transact-SQL (also called T-SQL).
Q.12
SQL Server supports three recovery modes: simple, full and Bulk.
Q.13
SERIALIZABLE is the strictest isolation level.
Q.14
With SQL Server pessimistic locking, no lock is obtained until the user updates the data.
Q.15
The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000.
Q.16
There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.
Q.17
SQL Server automatically creates an index on all primary and foreign keys.
Q.18
With which type of SQL Server recovery model are all database changes logged?
Q.19
SQL Server automatically creates an index on:
Q.20
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.
0 h : 0 m : 1 s