Answers for "how to see table schema in mysql"

SQL
2

describe table mysql

DESCRIBE table_name;
Posted by: Guest on May-14-2021
0

mysql show schema

show create table [db_name.]table_name;
Posted by: Guest on June-01-2020

Code answers related to "how to see table schema in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language