engineering computer science MCQ #761

What is the purpose of a 'VIEW' in a database?

engineering computer science MCQ #761

  1. Question 1

    Q1. What is the purpose of a 'VIEW' in a database?

    • A) To store data
    • B) To simplify complex queries
    • C) To improve query performance
    • D) To manage user permissions

    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.