I have a relational database (mysql) with two tables: Cities and Events .
Cities table:
- city_id
- city_name
- city_coord
Events table
- event_id
- event_name
- event_descr
- city_id
In the Cities table I have 1500+ rows, and nearly 1300 rows aren't linked to the events table. How can I delete these rows?