Asked by
Taylor Moreno
on Oct 20, 2024Verified
An Append query adds selected records to an existing table.
Append Query
A type of database query that adds the results of a query to an existing table without modifying the original data.
- Discern and use several action queries, encompassing Append, Delete, Update, and Make-Table.
- Understand how to remove or add records in an existing table using Delete and Append queries.
Verified Answer
JS
Learning Objectives
- Discern and use several action queries, encompassing Append, Delete, Update, and Make-Table.
- Understand how to remove or add records in an existing table using Delete and Append queries.