Lab task 11
Lab task 11
description VARCHAR(50),
price DECIMAL(10, 2)
);
client_no VARCHAR(10),
client_name VARCHAR(50),
salesman_no VARCHAR(10),
s_order_date DATE,
product_no INT,
quantity INT,
1. Find out the product which has been sold to ‘Ivan Sayross.’
2. Find out the products and their quantities that need to be delivered.
3. Find the product_no and description of moving products.
4. Find out the names of clients who have purchased ‘CD DRIVE.’
5. List the product_no and s_order_no of customers having qty ordered less than 5 from the
order details table for the product “1.44 floppies.”
6. Find the products and their quantities for the orders placed by ‘Vandan Saitwal’ and ‘Ivan
Bayross.’
7. Find the products and their quantities for the orders placed by client_no ‘C00001’ and
‘C00002.’