I have 2 tables and want to remove rows from table A that have no relationship with table B?
For example: In table B I have a field FK_ID and I want to remove from table A all rows that have no relationship with table B, ie, it does not have an A.FK_ID = B.FK_ID