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 mentioned |
|
Answer» The correct option is (c) create view To explain: We use the create view command to define a view in SQL. |
|