engineering computer science MCQ #721

Which of the following is a benefit of using a view in a database?

engineering computer science MCQ #721

  1. Question 1

    Q1. Which of the following is a benefit of using a view in a database?

    • A) Improved security
    • B) Improved performance
    • C) Simplified complex queries
    • D) All of the above

    Answer: All of the above

    Explanation: Views provide multiple benefits, including improved security, improved performance, and simplified complex queries, by providing a layer of abstraction between the user and the underlying tables.