Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
Which command is used to see the structure of the table in MySQL?
Contents
- Which command is used to see the structure of a table?
- What is the command to see the structure of table in SQL?
- How do you view the table structure?
Which command is used to see the structure of a table?
Since in database we have tables, that's why we use DESCRIBE or DESC(both are same) command to describe the structure of a table. Syntax: DESCRIBE one; OR DESC one; Note : We can use either DESCRIBE or DESC(both are Case Insensitive).
What is the command to see the structure of table in SQL?
If we want to show the structure of a database table or tables in the server then, we will use the SQL command DESCRIBE or other keyword DESC, which is identical to DESCRIBE one.
How do you view the table structure?
To show table properties in the Properties window1In Object Explorer, select the table for which you want to show properties.2Right-click the table and choose Properties from the shortcut menu. For more information, see Table Properties - SSMS.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours