Multiple choice

A subquery is a SQL query that inserts a record into a table.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A subquery is a nested query placed inside another SQL statement (such as SELECT, INSERT, UPDATE, or DELETE) to return data that will be used by the outer query. It is not a command specifically designed to insert records.