You are on page 1of 4

TABLE -1

Q.1 Write a query to display the details of those manufacturer whose


city is Delhi.

Q.2 Write a query to display the details of product whose price is in


the range of 50 to 100.

Q.3

Write a query to display the distinct city from product.

Q.4 Write a query to display the names of products and prices in


ascending order.

Q.5 Write a query to display the details of those product whose


manufacturer is XYZ.

TABLE -2

Q.1 Write a query to display minimum and maximum price of each


Iname from table item.

Q.2

Write a query to display Iname whose price is greater than 5000.

Q.3 Write a query to calculate 5 % discount where Sno. is S02 and


S03.

Q.4 Write a query to display Inames and price of all the items in
ascending order of their prices.

Q.5 Write a query to display the details of the items whose Sno. is
S01.

You might also like