State the difference between fetchall() and fetchone()? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
+ 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