Hi, When extract DDL from a schema, Is there a way to separate between the table and its foreign keys? I would want the create Foreign Keys to be separate since I would want to create all the tables first and then create all the foriegn keys without worrying that FK create may fail since the ref table was not created first ?
↧