Asked by Yanisa Silalai on Jul 25, 2024

verifed

Verified

Allows you to add the results of a query to a new table.

A) append query
B) delete query
C) make-table query
D) update query
E) validation rules
F) validation text
G) required field
H) default value
I) calculated field
J) <

Make-Table Query

A query in database software that creates a new table from data selected according to specific criteria.

New Table

In database management systems, this refers to the creation of a fresh table structure designed to hold data, defined by columns and rows.

  • Understand the functions and outcomes of various query types (append, delete, make-table, update).
verifed

Verified Answer

SD
SHUBHAM DHAWANJul 26, 2024
Final Answer :
C
Explanation :
A make-table query is used to create a new table in a database and populate it with the results of a query. This is useful for creating snapshots of data or for organizing data into a new structure.