------------------ () returns the next row of a query result set.
Answers
Answered by
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