Home Answers Viewqa SQL What is Intersect?

 
 


hemant kumar
What is Intersect?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

What is Intersect?

View Answers

November 20, 2010 at 12:32 PM


Hi,

The INTERSECT query allows you to return the results of two or more "select" queries. However, it only returns the rows selected by all queries. If a record exists in one query and not in the other, it will be omitted from the INTERSECT results.

The syntax is as follows:

[SQL Statement 1]
INTERSECT
[SQL Statement 2]

thanks,









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.