engineering computer science MCQ #688

What is the term for a view that is derived from multiple tables?

engineering computer science MCQ #688

  1. Question 1

    Q1. What is the term for a view that is derived from multiple tables?

    • A) Simple View
    • B) Complex View
    • C) Materialized View
    • D) Indexed View

    Answer: Complex View

    Explanation: A complex view is derived from multiple tables, often involving joins and subqueries.