What is the purpose of the CREATE VIEW statement in SQL?
Q1. What is the purpose of the CREATE VIEW statement in SQL?
Answer: To create a new view
Explanation: The CREATE VIEW statement creates a new view, which is a virtual table based on the result of a SELECT statement.