If you want to see the table you have just created, you can use the "SHOW TABLES" command to get a list of all tables in database. The tutorial script gives you a good example:mysql> SHOW TABLES;+---------------+| Tables_in_ggl |+---------------+| links || tip |+---------------+3 rows in set (0.00 sec)
If you want to see the table you have just created, you can use the "SHOW TABLES" command to get a list of all tables in database. The tutorial script gives you a good example:mysql> SHOW TABLES;+---------------+| Tables_in_ggl |+---------------+| links || tip |+---------------+3 rows in set (0.00 sec)
Comments Received:
Please give your suggestions and feedback: