Advertisements
Advertisements
Question
Write a suitable command to do the following in MySQL.
View the table structure.
Code Writing
Advertisements
Solution
Desc table_name; or describe table_name;shaalaa.com
Is there an error in this question or solution?
