Dbms 3
Dbms 3
b. Product_master
c. Salesman_master
d. Sales_order
e. Sales_order_details
b. List the clients who stay in the city whose first letter is ‘M’.
c. List all clients who stay in ‘Bangalore’ or ‘Mangalore’.
e. List all information from sales_order for orders placed in the month of June.
f. List the order information for the client no. ‘C00001’ and ‘C00002’.
g. List products whose selling price is greater than 500 and less than or equal to 750.
h. List products whose selling price is more than 500. Calculate a new selling price as, original selling price *.15.
Rename the new column in the output of the above query as new_price.
i. List the names, city and state of clients who are NOT in the state of ‘Maharashtra’.
m. Count the number of products having price less than or equal to 500.