极悦
查看和指定现有的数据库
show tables from <database name>;
如查看exam库中的表
desc <table name>;
如:
show create table <table name>;