Asked by amirhossein jafarikermanshahi on May 07, 2024

verifed

Verified

Which of the following could you use to export records to a new table?

A) Parameter query
B) Make-Table query
C) Update query
D) Delete query

Make-Table Query

A type of query in database applications used to create a new table from the results of a select query.

Parameter Query

A type of database query that requires the user to provide one or more criteria values upon which the search is based, making the query flexible and interactive.

Update Query

A command in database management systems used to modify existing records in the database tables based on specified criteria.

  • Acquire the ability to duplicate, export, or alter table records and frameworks through the use of queries.
verifed

Verified Answer

TP
Terezka PirhalovaMay 07, 2024
Final Answer :
B
Explanation :
The Make-Table query can be used to export records from an existing table to a new table, while parameter, update, and delete queries are used for different purposes.