Differentiate between fetchone() and fetchall() methods with suitable
examples for each. Write the code to illustrate it.
Answers
Answered by
1
Answer:
refer to the attachment it helps you
Attachments:
Answered by
0
Answer:
Fetchone fetchs only one record in the table.
Fetchall fetchs all the records in the table.
Similar questions