Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create 2 tables: Table 1 Name: Stg_Emp. Columns: EmpID int, EmpName varchar(50) Populate Data: 1, John Doe 2, Jane Doe 3, Sally Mae Table 2Name:
Create 2 tables: Table 1 Name: Stg_Emp. Columns: EmpID int, EmpName varchar(50) Populate Data: 1, John Doe 2, Jane Doe 3, Sally Mae Table 2Name: Emp_List Columns: EmpID int, EmpName varchar(50 Populate Data: 1, John Doe 2, Jane Doe 5, Peggy Sue The Stg_Emp table contains all new & current employees The Emp_List table contains some current & all former employees ASSIGNMENT: Write two scripts using JOIN to: 1.Show the Company's new employee 2.Show the Company's former employee
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started