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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!