show table structure mysql console

Solutions on MaxInterview for show table structure mysql console by the best coders in the world

showing results for - "show table structure mysql console"
Lilly
08 Jan 2018
1use DATABASE_NAME;
2describe TABLE_NAME;