Computer Science, asked by tushararpit9452, 4 months ago

Differentiate between fetchone() and fetchall() methods with suitable

examples for each. Write the code to illustrate it.​

Answers

Answered by Anonymous
1

Answer:

refer to the attachment it helps you

Attachments:
Answered by Ashely607S
0

Answer:

Fetchone  fetchs only one record in the table.

Fetchall  fetchs all the records in the table.

Similar questions