By which command can we create a table from a query?
-
Simple query wizard
-
Make table query
-
Cross table query
-
Append query
-
None of these
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.