These commands will help to show list schemas, list tables and create query of tables.
show schemas
show tables
show create table <table_name>;
Last updated 4 years ago