- 1
State the difference between fetchall() and fetchone()?
State the difference between fetchall() and fetchone()?
1 Réponse
+ 3
Darling Chinnu
As we can se there is difference in fetchall and fetchone. fetchall returns all records and fetchone returns just single record.