

MCQOPTIONS
Saved Bookmarks
1. |
To obtain the structure of an Oracle table, the command to use is: |
A. | STRUCTURE [TableName]. |
B. | DESCRIBE [TableName]. |
C. | DESCRIBE STRUCTURE [TableName]. |
D. | DESC TABLE [TableName]. |
Answer» C. DESCRIBE STRUCTURE [TableName]. | |