Terrapins Sky
(Move to ...)
Home
Tutorials
Diary
Works
▼
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:
https://docs.oracle.com/javadb/10.8.3.0/tools/rtoolsijcomrefdescribe.html
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment