Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Module-5 Assignment

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:

1. Arrange the ‘Orders’ dataset in decreasing order of amount


2. Create a table with name ‘Employee_details1’ and comprising of these columns – ‘Emp_id’,
‘Emp_name’, ‘Emp_salary’. Create another table with name ‘Employee_details2’, which
comprises of same columns as first table.
3. Apply the union operator on these two tables
4. Apply the intersect operator on these two tables
5. Apply the except operator on these two tables

You might also like