Which type of query creates a brand new table from query results?

Study for the IT Operations Management (ITOM) Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which type of query creates a brand new table from query results?

Explanation:
Make Table query creates a brand new table from the results of a query. It takes the selected fields and rows that match your criteria and writes them into a new table you name, without changing the source tables. This is what you’d use when you want to persist a subset or transformed view of data as its own physical table. In contrast, a Select query only displays data (and can be saved as a view or used to drive other operations), an Update query changes existing data in a table, and a Delete query removes records.

Make Table query creates a brand new table from the results of a query. It takes the selected fields and rows that match your criteria and writes them into a new table you name, without changing the source tables. This is what you’d use when you want to persist a subset or transformed view of data as its own physical table. In contrast, a Select query only displays data (and can be saved as a view or used to drive other operations), an Update query changes existing data in a table, and a Delete query removes records.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy