Login
Remember
Register
Ask a Question
Which of the following method is used to fetch next one row of a query result?
0
votes
asked
Jan 13, 2021
in
Python
by
SakshiSharma
Which of the following method is used to fetch next one row of a query result?
i) fetchall
ii) fetchone
iii) select
iv) fetch
#python-query
query-fetch
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 13, 2021
by
SakshiSharma
ii) fetchone
...