Anonymous
Asked in
Cars &Transportation
ยท
2 weeks ago
How can you display a table structure?
Contents
- How do you display the structure of a table in SQL?
- Which command will display the structure of table pet?
How do you display the structure of a table in SQL?
SQL Server: sp_help table_name (or sp_columns table_name for only columns) Oracle DB2: desc table_name or describe table_name. MySQL: describe table_name (or show columns from table_name for only columns)
Which command will display the structure of table pet?
The command for seeing the structure of a table in MySQL is: DESCRIBE my_table_name.
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