Answers for "sql display table structure"

SQL
1

show structure of table in sql

DESC table_name;
Posted by: Guest on January-14-2022
3

display table in sql

SELECT * FROM TABLE_NAME;
Posted by: Guest on March-06-2020

Code answers related to "sql display table structure"

Code answers related to "SQL"

Browse Popular Code Answers by Language