The document creates two tables, DEPT and EMP, with columns to store department and employee data. It then inserts data into these tables, populating the DEPT table with 4 departments and the EMP table with 14 employees assigned to those departments.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
210 views
Emp & Dept Table Creation
The document creates two tables, DEPT and EMP, with columns to store department and employee data. It then inserts data into these tables, populating the DEPT table with 4 departments and the EMP table with 14 employees assigned to those departments.