InterviewSolution
Saved Bookmarks
| 1. |
What is the command used to define view in SQL?(a) define view(b) new view(c) create view(d) none of the mentionedThis question was addressed to me at a job interview.Origin of the question is Views and Transactions in division Intermediate and Advanced Sql of RDBMS |
|
Answer» The correct option is (c) CREATE VIEW |
|