What is the only isolation level available on an unlogged database?
Which phase of Fast Recovery rolls forward (restores) all transactions since the last checkpoint and rolls back any uncommitted transactions?
Which two commands would create a table t1 with page level locking assuming default configuration parameter settings? (Choose two.)
What is the default isolation level on a mode ANSI database?
What is the default isolation level on a database with unbuffered logging?
Which two SQL commands can be used to invoke a stored procedure? (Choose two.)