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
  1. Atomicity,Concurrently,Isolation,Durability

  2. Atomicity,Consistency,Incremental,Durability

  3. Atomicity,Consistency,Isolation and Durability

  4. Atomicity,Concurrently,Incremental,Durability


Correct Option: A

Identity is a column that automatically generates numeric values.

  1. True

  2. False


Correct Option: A
  1. Read Uncommitted

  2. Read Committed

  3. Serializable

  4. Repeatable Read


Correct Option: A,B,C,D

Linked Servers cannot be created to SQL and Non-SQL data sources such as Oracle, MySQL, Sybase etc.

  1. True

  2. False


Correct Option: B

Which of the following is a SQL Server 2005 Build number?

  1. 10.5.1702

  2. 8.00.223

  3. 9.00.4285

  4. 7.00.1152


Correct Option: C

Which of the following statements about subqueries are true? (Choose 3)

  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