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

1
  • 2
    Version of sqldev? Commented Mar 25, 2021 at 9:17

1 Answer 1

2

Yes.

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

enter image description here

Full description here

Sign up to request clarification or add additional context in comments.

1 Comment

Great news @bunthai!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.