What is the primary advantage of using a view in a database?
Q1. What is the primary advantage of using a view in a database?
Answer: Simplified complex queries
Explanation: Views simplify complex queries by providing a virtual table based on the result of a SELECT statement.