Computer Science, asked by abhishekkumarsingh98, 6 months ago

Write the command to view the structure of the table Stock.​

Answers

Answered by Anurag2099
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 krish9595
0

Answer:

describe table-name command

not sure

Similar questions