Home  »  CodeSnippets   »   MySQL Show Table Structure

MySQL Show Table Structure

Posted: February 8, 2022 | by Michael Bright

Run this in your MySQL client:

DESCRIBE table_name;

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.