engineering computer science MCQ #676

What is a view in a relational database?

engineering computer science MCQ #676

  1. Question 1

    Q1. What is a view in a relational database?

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

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

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