Question: Write a python script that will bring two tables Table 1 and Table 2 all info from SQL Server and then save it as an

Write a python script that will bring two tables "Table 1" and "Table 2" all info from SQL Server and then save it as an excel file with two tabs.

Table 1 = tab 1

table 2 = tab 2

Hints: from SQL, you will do query 1 = "select * from table 1" and query 2= "select * from table 2". And all the info save in one excel with two tabs.

Please write a python script to do the above task.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!