A MySQL database can be made up of many tables. You can display a list of all the tables contained in a single database by running show tables from a command prompt or a MySQL query window. Once you know the table's names you can then manage them.
Comments
No comments yet. Leave a Comment

