about Plug

ghoulguo

Member
Has PL/SQL Developer display foreign key plug-in ?;
For example
Table A have a foreign key F001 Connection Table B

When I Use PL/SQL Developer click Table B 'Edit',how can I know
In table B has Table A
 
Last edited:
Resize the Object Browser and select "Save Layout" from the Window menu. The foreign keys from a table to other tables are listed in the "Foreign keys" folder. The foreign keys from other tables to a table are listed in the "Foreign key references" folder.
 
Last edited:
Back
Top