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 which type of SQL Server recovery model are all database changes logged? Full recovery Bulk-logged recovery Differential recovery Simple recovery Full recovery Bulk-logged recovery Differential recovery Simple recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): BEGIN trigger BEFORE trigger AFTER trigger INSTEAD OF trigger BEGIN trigger BEFORE trigger AFTER trigger INSTEAD OF trigger 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 Differential backup Transaction Log None of these Complete backup Differential backup Transaction Log None of these ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server AFTER Triggers may be assigned views. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? SCROLL_LOCK OPTIMISTIC READ_ONLY READCOMMITTED SCROLL_LOCK OPTIMISTIC READ_ONLY READCOMMITTED ANSWER DOWNLOAD EXAMIANS APP