Advertisements
Advertisements
प्रश्न
Mention the difference between fetchone() and fetchmany().
अंतर स्पष्ट करें
Advertisements
उत्तर
| fetchone() | fetchmany() |
| The fetchone() method returns the next row of a query result set | fetchmany() method returns the next number of rows (n) of the result set. |
| Example: r = cursor. fetchoneQ | Example: r = cursor. fetchmanyQ) |
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
