Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use MySQL Workbench to login to MySQL Server using the connection you used to do the previous lab. Write the SQL queries that accomplish the

Use MySQL Workbench to login to MySQL Server using the connection you used to do the previous lab. Write the SQL queries that accomplish the following tasks in the ZAGI Retail Company Sales Department Database (for each question you need to take a snapshot, see above for details): E5.1 Write the SQL queries that accomplish the following tasks in the ZAGI Retail Company Sales Department Database:
E5.1.1 Display all the records in the table REGION.
E5.1.2 Display the StoreID and StoreZip for all stores.
E5.1.3 Display the CustomerName and CustomerZip for all customers, sorted alphabetically by CustomerName.
E5.1.4 Display the RegionIDs of regions where we have stores (use only table STORE and do not display the same
information more than once).
E5.1.5 Display all the information for all stores whose RegionID value is C.
E5.1.6 Display CustomerID and CustomerName for all customers whose CustomerName begins with a letter T.
E5.1.7 Display the ProductID, ProductName, and ProductPrice for products with a ProductPrice of $100 or higher.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions