![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm quite new to using databases, and have working knowledge of SQL. Are there any GUI/visual tools available that would quickly show me what foreign key / primary keys are defined on tables? |
#3
| |||
| |||
|
|
On 29 Mar 2007 13:15:44 -0700, "dave" <dave8421 (AT) hotmail (DOT) com> wrote: I'm quite new to using databases, and have working knowledge of SQL. Are there any GUI/visual tools available that would quickly show me what foreign key / primary keys are defined on tables? you don't need a GUI set long 1000000 select dbms_meta_data.get_ddl('TABLE',<tablename>,<schema >) from dual; and you are there. You are aware of Sql Developer, from Oracle? Can be downloaded from http://otn.oracle.com for free. |
#4
| |||
| |||
|
|
Hi, I'm quite new to using databases, and have working knowledge of SQL. Are there any GUI/visual tools available that would quickly show me what foreign key / primary keys are defined on tables? |
#5
| |||
| |||
|
|
Hi, I'm quite new to using databases, and have working knowledge of SQL. Are there any GUI/visual tools available that would quickly show me what foreign key / primary keys are defined on tables? |
![]() |
| Thread Tools | |
| Display Modes | |
| |