Answers for "show the colums of table sql"

SQL
0

show the colums of table sql

SHOW COLUMNS FROM table_name;

or 

DESCRIBE table_name;
Posted by: Guest on April-23-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language