InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for the table definition in Mysql?(a) DESC table_name;(b) DESC table_name(c) DESC(d) None of the mentioned |
|
Answer» The correct choice is (a) DESC table_name; Explanation: None. |
|