Advertisements
Advertisements
Question
Which method is used to fetch all rows from the database table?
Short/Brief Note
Advertisements
Solution
Displaying all records using fetchall( )
The fetchall( ) method is used to fetch all rows from the database table
result = cursor.fetchall( )
shaalaa.com
Is there an error in this question or solution?
