• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
July 08, 2022 |5.3K Views
Intersect in SQL
  Share   Like
Description
Discussion

The INTERSECT clause in SQL is used to combine two SELECT statements but the dataset returned by the INTERSECT statement will be the intersection of the data-sets of the two SELECT statements. In simple words, the INTERSECT statement will return only those rows which will be common to both of the SELECT statements.


Intersect in SQL : https://www.geeksforgeeks.org/sql-intersect-clause/

Read More