I have created Relational Model in Oracle SQL Data Modeler with all tables and relations. I would like to generate a DDL to use it in Oracle SQL Developer and work with some SQL queries.
Before generating DDL I would like to fill all the tables with data, so I can put DDL with all data for tables prepared in it.
So, how can fill tables with data in Oracle SQL Data Modeler?
Tables can be filled with data in SQL Oracle Developer, filling it before in Data modeler is not needed.