Computer Science, asked by yusraayyubkhan200740, 3 months ago

------------------ () returns the next row of a query result set.

Answers

Answered by arkachu
2

Answer:

We call the execute function of the cursor and execute the SQL statement. The fetchone function fetches the next row of a query result set, returning a single sequence, or None when no more data is available

Similar questions