The correct answer is: B. Make table query
A make table query is a type of query that extracts data from one or more tables and creates a new table with the extracted data. The new table can be created in the same database as the original tables, or it can be created in a different database.
A parameter query is a type of query that allows you to specify values that will be used in the query. For example, you could create a parameter query that selects all rows from a table where the “Name” column contains a value that you specify.
An update query
is a type of query that changes data in a table. For example, you could create an update query that changes the value of the “Salary” column for all rows in a table where the “EmployeeID” column is equal to 100.A put table query is not a valid type of query.