sql_patika_odev_11 union-intersect --answer1 (SELECT first_name FROM actor) UNION SELECT first_name FROM customer ) --answer 2 (SELECT first_name FROM actor) INTERSECT (SELECT first_name FROM customer ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results