Asked by Sincerely, Belle on May 01, 2024

verifed

Verified

A(n) ____ query adds a group of records from one table to the end of another table.

A) insert
B) append
C) add
D) supplement

Append Query

A database query that adds the results of a selection to an existing dataset, rather than creating a new one.

Records

An item or collection of data.

  • Understand the functions of different specialized queries within data management.
verifed

Verified Answer

SW
Scarlett WhiteMay 01, 2024
Final Answer :
B
Explanation :
An "append" query is used to add a group of records from one table to the end of another table. The other choices (insert, add, supplement) do not accurately describe this type of query.