Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
Which command is used to show the structure of a table Class 11?
Contents
- Which command is used to show the structure of a table?
- Which command is used to view the structure of table in MySQL?
- Which command used to change the structure of the table?
- What is used to create the structure of the table?
Which command is used to show 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.
Which command is used to view the structure of table in MySQL?
To show the schema, we can use the DESC command. This gives the description about the table structure.
Which command used to change the structure of the table?
The SQL ALTER TABLE command is used to change the structure of an existing table. It helps to add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. It can also be used to change the comment for the table and type of the table.
What is used to create the structure of the table?
Design view is used to create the structure of the table.
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