4
I have 2 tables and want to remove the rows of table A that has 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, that is, that does not have an A.FK_ID = B.FK_ID