Asked by Kevin Chaffins on Jun 20, 2024

verifed

Verified

An Append query adds selected records to an existing table.

Append Query

A type of database query used to add new records from one or more sources to the end of a target table without altering existing records.

Selected Records

The subset of records that have been marked or identified for further action or processing within a database or a dataset.

Existing Table

A table within a database or dataset that has been previously created and contains data.

  • Gain insight into the functions and advantages of Append queries when used to insert records into tables.
verifed

Verified Answer

AD
Alissia DegregoryJun 25, 2024
Final Answer :
True
Explanation :
An Append query allows users to append data to an existing table. It does so by selecting records from one or more tables and adding them to an existing table.