Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 4 Consider the following relational schema for a company: Customer ( CustCode , CustName, CustAdress, Payment Method ) Product ( ProductCode , ProductName, UnitPrice,

QUESTION 4
Consider the following relational schema for a company:
Customer (CustCode, CustName, CustAdress, Payment Method)
Product (ProductCode, ProductName, UnitPrice, UnitCost)
CustomerOrder (OrderNo, CustCode, ProductCode, QtyOrdered)
The primary keys are underlined.
Write SQL queries to answer the following:
(a) Create Customer, Product, and Order tables from the relational schema described above. Select appropriate data types for each attribute. Remember to set the primary and foreign keys.
(b) List the Customers Name and address where the addresses contain the word Cork.
(c) List the order Number and Net (Price of an item less its cost) profit of each Customer Order.
(d) Write the statement to update the unit price of ProductCode S106 by 2.
image text in transcribed

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions