Q. If query is a string storing an SQL statement, write statements so that the data is fetched based on query from SQL database Mydata.db.
Answer :-
df = pd. read_sql("select * from stud", conn)
Answer :-
df = pd. read_sql("select * from stud", conn)
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )