Database Technologies - Assignment 4
Database Technologies - Assignment 4
2. Write a query on the Customers table that will find the highest
rating in each city. Put the output in this form:
For the city (city), the highest rating is : (rating).
3 Write a query that totals the orders for each day and places the
results in descending order.
4. Write a query that selects the total amount in orders for each
salesperson for whom this total is greater than the amount of the
largest order in the table.
5. Display job ID for jobs with average salary more than 10000.
6. Display years in which more than 10 employees joined.
8. Display employee ID for employees who did more than one job in
the past.