Asked by Numnums_ For-ever on Sep 29, 2024

Which action query would you use if you wanted to add records from one table to a backup table?

A) Append query
B) Delete query
C) Backup query
D) Update query

Append Query

A database action that adds records from one or more sources to the end of one or more tables.

Backup Table

A copy of a database table preserved to prevent data loss in case of unforeseen events or errors.

Add Records

The process of inserting new entries or data points into a database table.

  • Understand the capabilities and applications of Append queries in incorporating records into tables.