InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for the table definition in Mysql?(a) DESCtable_name;(b) DESC table_name(c) DESC(d) None of the mentionedI have been asked this question in final exam.My question is based upon Table Creation topic in division Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT CHOICE is (a) DESCtable_name; |
|