Asked by Caitlin Saalfrank on Jun 13, 2024

verifed

Verified

You can use a make-table query to create an archive table.

Make-table Query

A type of query in database systems that creates a new table and populates it with data selected from one or more other tables.

Archive Table

A database table used for storing historical records or data that is not actively used but needs to be preserved.

  • Comprehend the function and creation of archive tables through make-table queries.
verifed

Verified Answer

JL
James LugardoJun 16, 2024
Final Answer :
True
Explanation :
Yes, a make-table query can be used to create a new table based on the results of a select query or an existing table. This new table can serve as an archive table for storing historical data or for backup purposes.