Multiple choice

Which of the following objects in SQL is a virtual table that draws its data from the result of an SQL SELECT statement?

  1. View

  2. Table

  3. Index

  4. None of these

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

View is a virtual table that draws its data from the result of an SQL SELECT statement.