Asked by mahesh likhe on May 31, 2024

verifed

Verified

If you want to add records from one table to a backup table, create a(n) Append query.

Append Query

A query in database management that adds records from one or more sources to the end of a table.

  • Identify and apply different types of action queries (Append, Delete, Update, Make-Table).
verifed

Verified Answer

YZ
yasmeen zaidiJun 02, 2024
Final Answer :
True
Explanation :
An Append query allows you to select records from one table and append them to another table, such as a backup table.