Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions