Write the command to view the structure of the table Stock.
Answers
Answered by
0
Answer:
The structure of a table can be viewed using the DESCRIBE TABLE_NAME command.
Explanation:
So desc or describe command shows the structure of table which include name of the column, data-type of column and the nullability which means, that column can contain null values or not.
Answered by
0
Answer:
describe table-name command
not sure
Similar questions