exists komutu ile kontrol edebilirsin
SELECT *
FROM customers
WHERE EXISTS (SELECT *
FROM order_details
WHERE customers.customer_id = order_details.customer_id);
daha önce ziyaret edilmemişse kodu çalıştır yoksa çalıştırma şeklinde kodunu düzenleyebilirsin.
https://www.techonthenet.com/mysql/exists.php