Generate a report of database schema and sample data from each table
Is there a way I can generate a report that shows me all the tables in my database along with all of the columns of each table and the first 1-2 rows of each table (I may recognize the actual data better than the name of them column)? BonusBecause some tables have many columns and it is easier to scroll down and print down than sideways, is there a way to make this report such that the first 1-2 r...