- Add a column called ‘telephone’ of data type number and size = 10 to the client_master table.
- Change the size of sell_price column in product_master to 10,2.
- Change the name of the salesman_maste to sman_mast.
- Find the names of all clients having ‘i’ as the second letter in their name.
- Find out the clients who stay in a city whose second letter is ‘a’.
- Find the list of all clients who stay in ‘Delhi’ or ‘Bombay’.
- Print the list of clients whose bal_due is greater than 12000.
- Display the order information for client_no ‘C00001’ and ‘C00002’.
- Find the product whose selling price is greater than 2000 and less than or equal to 5000.
- List the name, city and state of clients who are not in the state of ‘Maharashtra’.
- List all the products whose qty_on_hand is more than 10.
- Display Name and yesterday’s sales of salesman whose remark is average.
- Display “In Progress” orders.
- Display details of all the orders whose product rate is more than 1000 and qty_ordered is between 20 and 50.
- Display all the products whose name starts with ‘M’.
- Display all the products whose profit percent is more than 3 and sell price is between 800 and 15000.
- Display all the sales order whose delytype is ‘F’ and Billyn is ‘Y’.
- Delete all salesman from the salesman_master whose salaries are equal to Rs. 3500.
- Delete all products from product_master where the quantity on hand is equal to 100.
- Delete from client_master where the column state holds the value ‘Tamil Nadu’
Libraries Search
Question Give the Your Answers !
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment