Search code examples
oracleoracle-sqldeveloperoracle-sql-data-modeler

Oracle SQL Developer ERD not automatically Include Relationship Table


For example, I have tables below:

  • employee (emp_id PK, name, ...)
  • attendance (att_id PK, emp_id FK, ....)

In Oracle SQL Developer,
when I drag and drop the employee table into the Relational, it is not automatically included the attendance table.

Is there an option to enable (automatically included the relationship tables)?

enter image description here


Solution

  • Yes.

    When you drag over your 'driving' table, CTRL+CLICK and Drag to the Modeling area.

    enter image description here

    Full description here