

InterviewSolution
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].The question was posed to me in class test.My query is from DCL,TCL Command in section SQL Basics of Oracle |
Answer» <html><body><p>Correct option is (b) <a href="https://interviewquestions.tuteehub.com/tag/describe-437592" style="font-weight:bold;" target="_blank" title="Click to know more about DESCRIBE">DESCRIBE</a> [TableName].<br/><br/>To explain I <a href="https://interviewquestions.tuteehub.com/tag/would-3285927" style="font-weight:bold;" target="_blank" title="Click to know more about WOULD">WOULD</a> <a href="https://interviewquestions.tuteehub.com/tag/say-1195451" style="font-weight:bold;" target="_blank" title="Click to know more about SAY">SAY</a>: DESCRIBE command is used to get the <a href="https://interviewquestions.tuteehub.com/tag/structure-1230280" style="font-weight:bold;" target="_blank" title="Click to know more about STRUCTURE">STRUCTURE</a> of the Oracle Table.</p></body></html> | |