SQL Server 2000 Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? READ_ONLY READCOMMITTED SCROLL_LOCK OPTIMISTIC READ_ONLY READCOMMITTED SCROLL_LOCK OPTIMISTIC ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 With which type of SQL Server recovery model are all database changes logged except those that cause large log entries? Simple recovery Differential recovery Bulk-logged recovery Full recovery Simple recovery Differential recovery Bulk-logged recovery Full 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 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? None of these Complete backup Transaction Log Differential backup None of these Complete backup Transaction Log Differential backup ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures? % # & @ % # & @ ANSWER DOWNLOAD EXAMIANS APP