I created a relational model in Oracle SQL Developer Data Modeler.
I want to add the predefined \ static data that must exist in the original clean database: enumeration values, fixed lists (ex: conties) using a modeler. My goal is to get the script using the "DDL File Editor" tool, which contains not only the "create table" commands, etc., but also "inserts" the source data.
Is there any way to do this?
source share