SQL Server 2000 READ COMMITTED is the default isolation level. False True False True ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 Which of the following is not a factor in determining the concurrency control behavior of SQL Server? Lock level Transaction isolation level Cursor concurrency setting Locking hints Lock level Transaction isolation level Cursor concurrency setting Locking hints 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? Differential recovery Simple recovery Full recovery Bulk-logged recovery Differential recovery Simple recovery Full recovery Bulk-logged recovery ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 An SQL Server 2000 language that adds programming elements like parameters, variables, IF, WHILE loops, and so forth, to the basic capabilities of SQL is called: COBOL Visual Basic NET TRANSACT SQL V COBOL Visual Basic NET TRANSACT SQL V ANSWER DOWNLOAD EXAMIANS APP
SQL Server 2000 SQL Server supports a language called Transact-SQL (also called T-SQL). True False True False 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