I have a question about oracle bank.
I created two tables and set one of them with a field with foreing key (see below FK)
tbl_city * id_city * (PK and auto increment) - generated with sequence since we do not have auto_increment in oracle
municipality
tbl_children cod (PK)
school
* id_city (FK) *
How the heck am I putting an INSERT to populate both tables? Until then I just put insert's to a table in oracle.