InterviewSolution
Saved Bookmarks
| 1. |
What is create view command? |
|
Answer» A view is referred to as a virtual table. Views are created by using the CREATE VIEW statement. |
|