0% found this document useful (0 votes)
4 views

Assignment 5

The document outlines an SQL assignment for students who have completed their fourth semester and are moving into the fifth semester. It includes tasks such as arranging a dataset, creating two employee detail tables, and applying various SQL set operators (UNION, INTERSECT, EXCEPT) on these tables. Contact information for support is also provided.

Uploaded by

Anu Deeban
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Assignment 5

The document outlines an SQL assignment for students who have completed their fourth semester and are moving into the fifth semester. It includes tasks such as arranging a dataset, creating two employee detail tables, and applying various SQL set operators (UNION, INTERSECT, EXCEPT) on these tables. Contact information for support is also provided.

Uploaded by

Anu Deeban
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SQL Assignment

Contact us: [email protected] / © Copyright Intellipaat / All rights reserved


SQL Certification Training

Problem Statement:
You have successfully cleared your fourth semester. In the fifth semester you will
work with clauses and SET operators.

Tasks To Be Performed:
1. Arrange the ‘Orders’ dataset in decreasing order of amount
2. Create a table with the name ‘Employee_details1’ consisting of these
columns: ‘Emp_id’, ‘Emp_name’, ‘Emp_salary’. Create another table with
the name ‘Employee_details2’ consisting of the same columns as the 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

Contact us: [email protected] / © Copyright Intellipaat / All rights reserved

You might also like