0 votes
in Python by

Which of the following method is used to fetch all the rows of a query result?

i) fetchone

ii) select

iii) fetchall  

iv) fetch

1 Answer

0 votes
by
iii) fetchall
...