Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using a select query, you will identify all of the products with a category of meat or poultry, and then use an update query to

Using a select query, you will identify all of the products with a category of meat or poultry, and then use an update query to increase the prices of the products.

Create a select query that includes the CategoryID and CategoryName from the Categories table and the UnitPrice and ProductName fields from the Products table. Run the query and note the CategoryID for Meat/Poultry.

Add the appropriate CategoryID criterion to limit the query output to only Meat/Poultry.

Convert the query to an update query. Update the UnitPrice for Meat/Poultry only by increasing it by 6 percent. View the query in Datasheet view prior to running it to make sure you are updating the correct (four) records. Return to Design view and run the query.

Save the query as Update Meat/Poultry Prices. Close the query.

Create a New Table and Delete Archived Records

You will identify orders shipped during the first half of the year and create a new table in which to store them. You will then delete the orders from the current orders table.

 

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Answer Select Query for MeatPoultry Category Open your database management tool Create a select quer... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Using Excel & Access for Accounting 2010

Authors: Glenn Owen

3rd edition

1111532672, 978-1111532673

More Books

Students also viewed these Databases questions

Question

12-16 What roles do status symbols play in purchase decisions?

Answered: 1 week ago

Question

=+24. Friday the 13th, accidents. The researchers in Exercise

Answered: 1 week ago

Question

Describe the process for deleting a record from a table.

Answered: 1 week ago