SQL Server 2000 With which type of SQL Server recovery model are all database changes logged except those that cause large log entries? Bulk-logged recovery Simple recovery Full recovery Differential recovery Bulk-logged recovery Simple recovery Full recovery Differential recovery 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
SQL Server 2000 Which of the three possible types of triggers does SQL Server support? INSTEAD OF only BEFORE only AFTER only INSTEAD OF and AFTER only INSTEAD OF only BEFORE only AFTER only INSTEAD OF and AFTER only 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. Clustered Primary Nonclustered Secondary Clustered Primary Nonclustered Secondary ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SERIALIZABLE is the strictest isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP