231. Which operation are allowed in a join view:
Correct answer: (D)
All of these
232. The materialized view was introduced by:
Correct answer: (C)
Oracle 8
233. We can delete from join view provided there is ___________ key preserved table in the join:
Correct answer: (A)
One and Only One
234. Which view that contains more than one table in the top-level FROM clause of the SELECT statement:
Correct answer: (C)
Updatable join view
235. Which option is used to create a view as a constrained view and prohibit specific insert and update operations with the view:
Correct answer: (B)
WITH CHECK OPTION
236. Which command is used to add the views to the database:
Correct answer: (B)
CREATE VIEW
237. Which option is used with the WHERE clause:
Correct answer: (B)
WITH CHECK OPTION
238. Which option may be used to create the inline view as a constrained view:
Correct answer: (B)
WITH CHECK OPTION
239. In which year ORACLE, an SQL product was released:
Correct answer: (C)
1978
240. The prototype for SQL was originally developed by:
Correct answer: (C)
IBM