Write a program in python to display all the record of table
Answers
Answered by
0
Answer:
Execute the select query using the cursor. execute() method. After successfully executing a Select operation, Use the fetchall() method of a cursor object to get all rows from a query result. it returns a list of rows
Similar questions