Tag: databases

Questions Related to databases

  1. Transactional

  2. Snapshot

  3. Mirroring

  4. Merge


Correct Option: A,B,D
  1. SQL Mail

  2. Server Mail Utility

  3. Database Mail

  4. Mail Forms


Correct Option: C

Which of the below commands is used to find more information about the SQL Server installed such as edition, product level etc. ?

  1. Select * from sys.servers

  2. sp_get_serverinfo

  3. select @@version

  4. sp_serverproperty


Correct Option: C
  1. Atomicity,Concurrently,Isolation,Durability

  2. Atomicity,Consistency,Incremental,Durability

  3. Atomicity,Consistency,Isolation and Durability

  4. Atomicity,Concurrently,Incremental,Durability


Correct Option: A

Which of the following are different locks in SQL SERVER?

  1. Intent

  2. Shared

  3. Exclusive

  4. Delete


Correct Option: A,B,C

Which of the following are different Isolation levels in SQL Server?

  1. Read Uncommitted

  2. Read Committed

  3. Serializable

  4. Repeatable Read


Correct Option: A,B,C,D
  1. 10.5.1702

  2. 8.00.223

  3. 9.00.4285

  4. 7.00.1152


Correct Option: C
  1. Subqueries can have up to 16 levels of nesting

  2. Subqueries can have up to 50 levels of nesting

  3. Subqueries returning only one row can follow β€œ=” in a WHERE clause

  4. Subqueries returning only one row can follow β€œIN” in a WHERE clause


Correct Option: A,C,D