mysql generate table script of particular table

How to generate Mysql table script of particular table

solution:
Use the following query
SHOW CREATE TABLE tablename

Post a Comment

0 Comments