0 votes
in Python by
Which of the following method is used to fetch next one row of a query result?

i) fetchall

ii) fetchone

iii) select

iv) fetch

1 Answer

0 votes
by
ii) fetchone

Related questions

+1 vote
asked Jan 13, 2021 in Python by SakshiSharma
0 votes
asked Feb 11, 2021 in Python by SakshiSharma
...