1
I have a question about oracle bank.
I created two tables and put one of them with a field with foreing key (see below the FK)
tbl_city *id_city* (PK and auto increment) - generated with Quenquence, since we do not have auto_increment in oracle
municipality
tbl_schools Cod (PK)
school
*id_city (FK)*
How the hell do I mount an INSERT to popular the two tables? Up to hj I only mounted Insert’s for UMA tables on oracle.
Like this? http://pastebin.com/ZKU9cbut#
– Oliver
It worked, thank you very much!
– Oliver