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. True False True False ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports three recovery modes: simple, full and Bulk. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports two kinds of indexes: clustered and nonclustered. True False True False 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? Transaction Log Differential backup None of these Complete backup Transaction Log Differential backup None of these Complete backup 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 SQL Server program code that is executed instead of an SQL command that needs to be processed is called a(n): INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger INSTEAD OF trigger BEGIN trigger AFTER trigger BEFORE trigger ANSWER DOWNLOAD EXAMIANS APP