State the difference between fetchall() and fetchone()? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 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 Respuesta
+ 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