What is the output of the following query?
SELECT * FROM Employee_ksm MINUS SELECT * FROM Department

 Posted by Kmandapalli on 1/22/2014 | Category: Sql Server Interview questions | Views: 1730 | Points: 40
Answer:

This query gives the records that are present in Employee_ksm table and not in Department.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response