Multiple choice

Which of the following is/are true statement(s)?

  1. A view can be based on multiple tables and databases.

  2. The result set of the select statement is used to from the virtual table returned by the view in database.

  3. A view acts as a filter on the underlying tables referenced in the view.

  4. All of the above are true.

  5. Only (2) and (3).

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all are the true statements.