Cómo verificar los registros comunes en la tabla 2

SELECT column1
FROM table1
INTERSECT
SELECT column1
FROM table2
Zany Zebra