SQL Server 2000 SQL Server automatically creates an index on: 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 primary keys only SQL Server never automatically creates an index ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model, is no logging done? Full recovery Differential recovery Bulk-logged recovery Simple recovery Full recovery Differential recovery Bulk-logged recovery Simple recovery 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 Clustered Primary Nonclustered Secondary Clustered Primary Nonclustered 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. Secondary Clustered Nonclustered Primary Secondary Clustered Nonclustered Primary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With SQL Server optimistic locking, an update lock is placed on the row when the row is read. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed after an SQL command has been processed is called a(n): INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger INSTEAD OF trigger AFTER trigger BEFORE trigger BEGIN trigger ANSWER DOWNLOAD EXAMIANS APP