engineering computer science MCQ #749

What is the advantage of using a database view?

engineering computer science MCQ #749

  1. Question 1

    Q1. What is the advantage of using a database view?

    • A) It improves data security
    • B) It simplifies complex queries
    • C) It improves data consistency
    • D) All of the above

    Answer: All of the above

    Explanation: A database view can simplify complex queries, improve data security by limiting access to sensitive data, and improve data consistency by providing a standardized representation of data.