Advertisements
Advertisements
प्रश्न
Which method is used to fetch all rows from the database table?
टिप्पणी लिखिए
Advertisements
उत्तर
Displaying all records using fetchall( )
The fetchall( ) method is used to fetch all rows from the database table
result = cursor.fetchall( )
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
