1

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

thatjeffsmith
  • 20,522
  • 6
  • 37
  • 120
Spring
  • 831
  • 1
  • 12
  • 42

1 Answers1

2

Yes.

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

enter image description here

Full description here

thatjeffsmith
  • 20,522
  • 6
  • 37
  • 120