SQL - Set Operations
Given two tables with columns
id and value, you want to find common rows but only where value is not NULL. Which query correctly applies this condition using INTERSECT?