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 textStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started