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:
Correct answer: (B)
Right outer join
222. How many set operations supports the oracle SQL:
Correct answer: (C)
4
223. Which are the set operations supports the oracle SQL:
Correct answer: (E)
All of these
224. ___________ operator merges the result sets of two component queries:
Correct answer: (B)
UNION ALL
225. How many component queries are combined using the set operators:
Correct answer: (B)
2
226. In precedence of set operators the expression is evaluated from ___________:
Correct answer: (C)
Left to Right
227. View in SQL a view may be defined as a:
Correct answer: (C)
Both
228. Which views is using in several advantages:
Correct answer: (E)
All of these
229. How many types of views in SQL:
Correct answer: (C)
3
230. Which are the types of views in SQL:
Correct answer: (D)
All of these