Hey,
i have table B with FK to A (many to one)
I want to delete big amount of data from A,B (all the data that already read from the table and flaged as readed)
since i have the FK i try to delete data from B before delete A
i run this query
delete from B using B,A where...