Requirement : Need to create excel file. Each sheet in excel file should content latest 10 records from each table in a schema. Please provide suggestion to get SQL query OR any tools OR any other ideas.
Example
Schema - XX
IN that schema have 3 table (Table1, Table2, Table3). It's the scenario
Result should be : Create the EXCEL FILE, In the excel each sheet should content latest 10 records from each table in a schema.
Sheet1 Name -Table1 (Each sheet should content latest 10 records)
Sheet2 Name -Table2 (Each sheet should content latest 10 records)
Sheet3 Name -Table3 (Each sheet should content latest 10 records).
Please assist us by your valuable information.