What is the purpose of a 'VIEW' in a database?
Q1. What is the purpose of a 'VIEW' in a database?
Answer: To simplify complex queries
Explanation: A 'VIEW' simplifies complex queries by providing a virtual table based on the result of a SELECT statement, making it easier to query and analyze data.