Thursday, 15 August 2013

`show create table` equivalent in oracle sql

`show create table` equivalent in oracle sql

In MySql you can see the table definition (columns with their data types
etc) with show create table table_name.
Is there a similar functionality for oracle sql?

No comments:

Post a Comment