Question: In sql oracle, if I create a table with a foreign key reference to a table that doesn't exist yet, but will during script run,
In sql oracle, if I create a table with a foreign key reference to a table that doesn't exist yet, but will during script run, will oracle not create the table?
If yes, then am I supposed to add those foreign keys after those tables are created?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
