Database Management System (DBMS)

221. Which join refers to join records from the write table that have no matching key in the left table are include in the result set:

  1. Left outer join
  2. Right outer join
  3. Full outer join
  4. Half outer join

Correct answer: (B)
Right outer join

222. How many set operations supports the oracle SQL:

  1. 2
  2. 3
  3. 4
  4. 5

Correct answer: (C)
4

223. Which are the set operations supports the oracle SQL:

  1. UNION
  2. UNION ALL
  3. INTERSECT
  4. MINUS
  5. All of these

Correct answer: (E)
All of these

224. ___________ operator merges the result sets of two component queries:

  1. UNION
  2. UNION ALL
  3. INTERSECT
  4. MINUS

Correct answer: (B)
UNION ALL

225. How many component queries are combined using the set operators:

  1. 1
  2. 2
  3. 3
  4. 4

Correct answer: (B)
2

226. In precedence of set operators the expression is evaluated from ___________:

  1. Left to Left
  2. Right to Right
  3. Left to Right
  4. Right to Left

Correct answer: (C)
Left to Right

227. View in SQL a view may be defined as a:

  1. Stored query
  2. Virtual table
  3. Both
  4. None

Correct answer: (C)
Both

228. Which views is using in several advantages:

  1. Simplicity
  2. Security
  3. User reports
  4. Data integrity
  5. All of these

Correct answer: (E)
All of these

229. How many types of views in SQL:

  1. 1
  2. 2
  3. 3
  4. 4

Correct answer: (C)
3

230. Which are the types of views in SQL:

  1. Inline view
  2. Database view
  3. Materialized view
  4. All of these

Correct answer: (D)
All of these

Page 23 of 45