Multiple Choice
What query or queries would you use to move every item that has never been sold to a new database,then reduce the price of each item by 10%?
A) Find unmatched,then make table,then delete,then update
B) Find unmatched,then make table,then append,then delete,then update
C) Append,then delete,then update
D) Make table,then delete,then update
Correct Answer:

Verified
Correct Answer:
Verified
Q83: Which of the following is not considered
Q84: It is always a good practice to
Q85: A(n)_ query automatically removes records based on
Q86: To guard against data loss,it is good
Q87: Which is the first table chosen when
Q89: The summarizing or aggregating data in a
Q90: Action queries can be tested before being
Q91: The _ query is a good alternative
Q92: Before running an action query,it is good
Q93: As with other actions in Access,you can