Intersect
Returns only the rows that are available in both result sets.
- ex. with 2 tables:
popular_movies
,top_rated_movies
, return only the movies that appear in both tables
Returns only the rows that are available in both result sets.
popular_movies
, top_rated_movies
, return only the movies that appear in both tables