How to get query that would recreate sql table in PHPMyAdmin

Viewed 52949

I have table on MySQL server and would like to get the SQL that would re-create the table.

How do I get the query to recreate the SQL table?

6 Answers
Related