Itcs285 sql quiz

University of Bahrain
College of Information Technology
Department of Computer Science
ITCS285: Database Management Systems
Practical Quiz
Student Name
Student ID
Section
Musherah Moqbel ALi
202002276
3
GRADE
Install the Customer/Orders database by select SQL Work Shop => Utilities =>
Sample Dataset. Write SQL statements to the following queries.
1. Update the UNIT_PRICE to be decreased by 20% for PRODUCT_ID 9.
2. Retrieve customer FULL_NAME which full name (starts with uppercase letter N
and end with lowercase letter i) or (starts with uppercase letter K and end with
lowercase letter d) in ascending order of FULL_NAME.
3. Retrieve the PRODUCT_ID and PRODUCT_NAME of all the products with
LINE_ITEM_ID 1 and unit price 14.34 or 10.33 (use join).
4. Retrieve the PRODUCT_NAME that product UNIT_PRICE less than the 10
(use subquery).
5. Retrieve PRODUCT_NAME for the second maximum product UNIT_PRICE
(use subquery).
1. SQL code.
UPDATE PRODUCTS
SET UNIT_PRICE = UNIT_PRICE-(UNIT_PRICE*0.2)
WHERE PRODUCT_ID = 9;
Capture SQL code and result.
2. SQL code.
SELECT FULL_NAME FROM CUSTOMERS
WHERE FULL_NAME LIKE ‘N%i’ OR FULL_NAME LIKE ‘K%d’
ORDER BY FULL_NAME ASC;
Capture SQL code and result.
3. SQL code.
SELECT S.PRODUCT_ID , S.PRODUCT_NAME
FROM PRODUCTS S, ORDER_ITEMS R
WHERE S.PRODUCT_ID = R.PRODUCT_ID
AND R.LINE_ITEM_ID = 1 AND (S.UNIT_PRICE = 14.34 OR S.UNIT_PRICE =
10.33);
Capture SQL code and result.
4. SQL code.
SELECT PRODUCT_NAME
FROM PRODUCTS
WHERE UNIT_PRICE = ANY (SELECT UNIT_PRICE
FROM PRODUCTS
WHERE UNIT_PRICE

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with StudyAcademia.com
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat