Database Technologies - Assignment 5
Database Technologies - Assignment 5
1. Write a query that lists each order number followed by the name
of the customer who made the order.
2. Write a query that gives the names of both the salesperson and
the customer for each order along with the order number.
4. Display the Supplier name, Part name, Project name and Quantity
sold.
8. Display all the Parts and Quantity with a Weight > 14.
9. Display all the Project names and City, which has bought more
than 500 Parts.
10. Display all the Part names and Quantity sold that have a
Weight less than 15.
11. Display all the Suppliers with the same Status as the
supplier, ‘CLARK’.
13. Display all the Parts which have more Weight than all the Red
parts.
14. Display all the Projects going on in the same city as the
project ‘TAPE’.
15. Display all the Parts with Weight less than all the Green
parts.
16. Display the name of the Supplier who has sold the maximum
Quantity (in onesale).
17. Display the name of the Employee with the minimum Salary.
18. Display the name of the Supplier who has sold the maximum
overall Quantity (sumof Sales).
11. Display employee name, job title for the jobs employee did in
the past where the job was done less than six months.
14. Display the month in which more than 5 employees joined in any
department located in Sydney.
15. Display employee name, job title, start date, and end date of
past jobs of all employees with commission percentage null.