Question
1.) Please write a SELECT STATEMENT FOR each of the following queries. a.) Get the total number of projects supplied by supplier S1. b.) Get
1.) Please write a SELECT STATEMENT FOR each of the following queries.
a.) Get the total number of projects supplied by supplier S1.
b.) Get the total quantity of part1 supplied by supplier 1, and name the column as TotalQty.
c.) Get supplier-numbers from suppliers with a status lower than that of supplier 1
d.) Get shipment details in the increasing order of supplier numbers, and decreasing order of project numbers if they have the same supplier numbers.
e.) Get part number of parts supplied by a supplier whose name starts with letter 'A'
f.) Ger supplier(s) with maximum status.
g.) Get supplier number, and part number such that the supplier supplies the part to 2 or more projects.
h.) Get part numbers of parts supplied to some project in an average quantity of more than 320.
i.) For each project, display the number of suppliers who have shipped some parts to it
j.) Get supplier numbers from suppliers whose city is NULL.
schema and a snapshot of SUPPLIER-PART PROJECT database is given below. Table S, P and J represent Supplier, Part, and Project, respectively. Table SPJ contains the shipment information such that a supplier shipped a quantity of a part to a project. S, P# and J# in table SPJ are foreign keys. 5. The Schema S | S# | Snamc | Status | City P | P# | Pname | Color | Weight | City Ja Citv Values: ,SPJ S# P# J# Qty. sl | PI | .11 | 200 700 3 100 2 200 3 J3200 S2 P3 500 3 600 52 P3 JG400 s# sname Status City SSmit S2 Joncs 20 aris Si 30 aris SAdams30 5 S2 Athens Pname Color Weight City P1 ut 12 0n atis reen Serew Serew CaBlue S2 P5 2 100 200 S3 P 200 tle ondon 53 12 l'aris S4 S4 0g 7300 J# Jname City orter 2Display Rom 14 0 S P00 S5 P57100 aris thens 2 200 P100 3200 S P 800 London JG 7 Tape EDS | Oslo ondonStep 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