Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Attribute Name Sample Value Sample Value Sample Value Sample Value Sample Value INV _ NUM 1 0 0 1 1 0 0 2 1 0
Attribute
Name Sample Value Sample Value Sample Value Sample Value Sample Value
INVNUM
PRODNUM UUY, SREUG QER SREUG
ZZXQ SREUG
AB ZZXQ
SALEDATE
PRODDESC Houselite chain saw, Rattail file Sledge hammer Rattail
file,
Steel tape Rattail file, claw hammer Steel tape
VENDCODE
VENDNAME Shelly
K
Smithson,
Annelise Crystall James Johnson Annelise
Crystall, Shelly
K
Smithson,
James
Johnson Arthur Jones
QUANT SOLD
PRODPRICE $ $ $ $ $
Remove all partial dependencies, and draw the new dependency diagrams. Identify the normal forms for each
table structure you created. Remove all transitive dependencies, write the relational schema, and draw the
new dependency diagrams. Also identify the normal forms for each table structure you created.
Draw the dependency diagrams that are in NFHint: You might have to create a few new attributes. Also
make sure that the new dependency diagrams contain attributes that meet proper design criteria; that is
make sure there are no multivalued attributes, that the naming conventions are met, and so on
Create the database and insert data as per Table and additional data for the sake of completeness.
Formulate and execute the following queries.
i Write a query to display product Prodcode, ProdQOH and ProdPRICE for all the products where
price is greater than
ii Write a query to display prodnum of products that are supplied by VENDCODE between and
iii. List all the products in products table in descending order of the price
iv Using the 'PRODUCT' table as a reference, construct a SQL query to calculate the total value of the
products currently in inventory name the column as Totworth.
v Display name of VENDOR who supplied product UUY'.
vi Write a single query that will double the price of product supplied by vendor whose name is 'James
JohnsonNote: you have to strictly use SUBQUERY to extract vendor code based on vendor name
and use vendcode to update the price
Step 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