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