Saturday, August 1, 2020

[Oracle][Resolved] Oracle show table schema

Suppose that I have a table named article and contains many columns. 
I would like to have a look of the table structure. Let use describe command.

Syntax 
DESCRIBE { table-Name | view-Name }

Example:
DESCRIBE article;
Result : 

Reference:

No comments :

Post a Comment