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

Related questions

0 votes
asked May 17, 2019 in Python by Derya
0 votes
asked Feb 11, 2021 in Python by SakshiSharma
...