Answers for "show structure of table in sql"

SQL
1

show structure of table in sql

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

Code answers related to "show structure of table in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language