Is there a way to insert a row in a father table with autoincrement primary key and a child table in the same transaction in SQL? – Mysql
I don' t know how to insert a row in the child table that has an attribute that references to the column ID (primary key of the father Table)in the same transaction because i dont know the father primary key…