SQL and Web Services Programming

Casual Mode - Take your time!

1 / 11
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following is TRUE about Views in SQL?

  1. Views are windows of existing table
  2. Creation of view is done by using CREATE VIEW statement
  3. Views do not contain data but table from which it is created contain data
  4. All the Above
Change Mode