`show create table` equivalent in oracle sql

后端 未结 6 718
无人及你
无人及你 2020-12-05 07:17

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 o

6条回答
  •  生来不讨喜
    2020-12-05 07:40

    If you are using PL/SQL Developer; Right click on table, Select View, at the right bottom of the view window click on 'View SQL' button.

提交回复
热议问题