educative.io

Question # 2 quiz 2

Hi,

could anyone please explain this answer to me?


I think it should be this query would still delete only the rows where id=1 in table A. And since there’s no foreign key constraint, it would not delete any rows from table B.

So after running this query, table A would have only one row with id=5, and table B would remain unchanged.