engineering computer science MCQ #636

What is a database view?

engineering computer science MCQ #636

  1. Question 1

    Q1. What is a database view?

    • A) A virtual table based on the result of a query
    • B) A physical table stored in the database
    • C) A stored procedure
    • D) A trigger

    Answer: A virtual table based on the result of a query

    Explanation: A database view is a virtual table derived from the result of a SELECT statement, providing a simplified way to access complex data.