State the difference between fetchall() and fetchone()? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Resposta
+ 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