SQL Server 2000 SQL Server automatically creates an index on: both primary and foreign keys primary keys only foreign key only SQL Server never automatically creates an index both primary and foreign keys primary keys only foreign key only SQL Server never automatically creates an index 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 COMMITTED REPEATABLE READ READ UNCOMMITTED SERIALIZABLE READ COMMITTED REPEATABLE READ READ UNCOMMITTED SERIALIZABLE ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 By default, SQL Server will create one data file and one log file for each newly created database. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Transaction isolation level Lock level Cursor concurrency setting Locking hints Transaction isolation level Lock level Cursor concurrency setting Locking hints ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 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. True False True False 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 Nonclustered Clustered Secondary Primary Nonclustered Clustered Secondary ANSWER DOWNLOAD EXAMIANS APP