SQL Server 2000 SQL Server automatically creates an index on: primary keys only SQL Server never automatically creates an index foreign key only both primary and foreign keys primary keys only SQL Server never automatically creates an index foreign key only both primary and foreign keys ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following refers to the SQL Server transaction isolation level which places and holds locks on all rows that are read? READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED READ UNCOMMITTED REPEATABLE READ SERIALIZABLE READ COMMITTED ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the data are stored in the bottom level of the index and in the same order as that index. Clustered Secondary Nonclustered Primary Clustered Secondary Nonclustered Primary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the three possible types of triggers does SQL Server support? AFTER only BEFORE only INSTEAD OF only INSTEAD OF and AFTER only AFTER only BEFORE only INSTEAD OF only INSTEAD OF and AFTER only ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Cursor concurrency setting Lock level Transaction isolation level Locking hints Cursor concurrency setting Lock level Transaction isolation level Locking hints ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With this type of index, the bottom level of an index does not contain data, but rather it contains pointers to data. Primary Clustered Secondary Nonclustered Primary Clustered Secondary Nonclustered ANSWER DOWNLOAD EXAMIANS APP