Module 5 Assignment - SQL
Module 5 Assignment - SQL
Module 5 Assignment - SQL
Problem Statement:
You have successfully cleared your 4th semester. In the 5th semester you will work with group by, having
by clauses and set operators
Tasks to be done:
Solutions
1.
SELECT * FROM orders
ORDER BY amount DESC
RESULT
2.
/2
3.
RESULT
4.
SELECT * FROM Employee_details1
INTERSECT
SELECT * FROM Employee_details2
RESULT
/3
5.
RESULT