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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
