engineering computer science MCQ #859

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

engineering computer science MCQ #859

  1. Question 1

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

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

    Answer: Simplified complex queries

    Explanation: A database view simplifies complex queries by providing a virtual table based on the result of a query.