What is the output of the following query?
SELECT * from table1 INTERSECT SELECT * from table2

 Posted by Kmandapalli on 1/22/2014 | Category: Sql Server Interview questions | Views: 4271 | Points: 40
Select from following answers:
  1. Gives the records that are not common in two tables
  2. Gives the records of both the tables
  3. Gives the records that are common in both the tables
  4. None of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response