mysql delete join
delete poster
from theatre_poster poster
left join theatre a on theatre_id = a.id
where a.id is null
------------------------- A little Progress a day makes you a big success... ----------------------------
delete poster
from theatre_poster poster
left join theatre a on theatre_id = a.id
where a.id is null