Multiple choice

By which command can we create a table from a query?

  1. Simple query wizard

  2. Make table query

  3. Cross table query

  4. Append query

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Make-Table query creates a new table from the results of a select query. It is used to archive data, create backups, or export data in a specific format. The other query types serve different purposes - Simple Query Wizard builds basic queries, CrossTab query creates summary tables, and Append query adds records to existing tables.