Question: Here is a small database for a Computer Store. It contains two tables Manufacturers Code (Artificial Primary Key) Name (a String/Text) Products Code (Artificial Primary

Here is a small database for a Computer Store. It contains two tables
Manufacturers
Code (Artificial Primary Key)
Name (a String/Text)
Products
Code (Artificial Primary Key)
Name (a String/Text)
Price (a Real/Floating Point)
Manufacturer (Foreign Key into the Manufacturers table)
A. Create a .sql file with the schema for MySQL - you can pick the DB name to your liking!
B. Create Queries
Select the names of all the products in the store.
Select all the products with a price between $60 and $120.
Select all the products from Manufacturer "Hitchimura"
Select all the products from Manufacturer "Hitchimura" costing less than 200
Place these queries into the .sql file, place it into a zip archive and drop it into the dropbox.
Manufacturers Products Code (PK) Name Price Manufacturer (FK) integer integer text real Code (PK) integer Name text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
