📚 Practice Mode
SQL and Web Services Programming
Learn at your own pace with hints and detailed explanations
1 / 11
Multiple Choice
Which of the following is TRUE about Views in SQL?
- Views are windows of existing table
- Creation of view is done by using CREATE VIEW statement
- Views do not contain data but table from which it is created contain data
- All the Above