engineering computer science MCQ #840

What is the term for a query that is nested inside another query?

engineering computer science MCQ #840

  1. Question 1

    Q1. What is the term for a query that is nested inside another query?

    • A) Subquery
    • B) Derived table
    • C) Common table expression
    • D) Inline view

    Answer: Subquery

    Explanation: A subquery is a query nested inside another, used to retrieve data for the outer query.