Question: SELECT DISTINCT candidate.Cand_Name, candidate.Cand_Univ FROM candidate JOIN interview ON candidate.Cand_ID = interview.Cand_ID WHERE candidate.Cand_Major IN ('MIS', 'Business Analytics') AND interview.Interview_Result IN ('First Round Pass', 'Second

SELECT DISTINCT candidate.Cand_Name, candidate.Cand_Univ FROM candidate JOIN interview ON candidate.Cand_ID = interview.Cand_ID WHERE candidate.Cand_Major IN ('MIS', 'Business Analytics') AND interview.Interview_Result IN ('First Round Pass', 'Second Round Pass') AND interview.Interview_Date > '2015-01-01

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!