SQL Server 2000 Nonclustered indexes are faster than clustered indexes for retrieval. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 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? Complete backup Transaction Log None of these Differential backup Complete backup Transaction Log None of these Differential backup ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 READ COMMITTED is the default isolation level. 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. Secondary Primary Nonclustered Clustered Secondary Primary Nonclustered Clustered ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports INSTEAD OF, AFTER and BEFORE triggers. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements. False True False True ANSWER DOWNLOAD EXAMIANS APP