State the difference between fetchall() and fetchone()? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

State the difference between fetchall() and fetchone()?

State the difference between fetchall() and fetchone()?

16th Jan 2021, 6:11 AM
Darling Chinnu
Darling Chinnu - avatar
1 Answer
+ 3
Darling Chinnu As we can se there is difference in fetchall and fetchone. fetchall returns all records and fetchone returns just single record.
16th Jan 2021, 7:25 AM
A͢J
A͢J - avatar