Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started