What is a database view?
Q1. What is a database view?
Answer: A virtual table based on the result of a query
Explanation: A database view is a virtual table derived from the result of a SELECT statement, providing a simplified way to access complex data.