dbms2ass1
dbms2ass1
FY CS / IT Sem - 2
PRACTICAL ASSIGNMENT - 1
1) Table-name: Order-details
8. Write a sql query to Find the First and Last Order Dates.
(Hint:-minimum,maximum function)
2) Table-name: customer_details
(Hint:-groupby,aggregate function)
3. write a SQL query to find the number of customers who got at least a
gradation for his/her activity.
4. write a SQL query to find the highest grade of the customers for each
of the city. Display city, maximum grade.
5.Find the Average Grade of Customers by City
6.Count of Cities with Customers Who Have a Grade more then 200
3) Table-name: SALESMAN_details