I have a MySQL database say test. It contains 10 tables. I know I can do describe <table_name>
to get skeleton of that table. But I have to do that for each table individually.
This is my problem. Any query or script I can write to get the skeleton of all those tables at time?