Answers for "list database table and data mysql command line"

SQL
0

mysql terminal list table

show table; /* database has to be selected first */
Posted by: Guest on May-09-2021
0

show table structure mysql console

use DATABASE_NAME;
describe TABLE_NAME;
Posted by: Guest on March-03-2021

Code answers related to "list database table and data mysql command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language