Computer Science

Which method do you use to fetch records from the result set ?

Python MySQL

2 Likes

Answer

The fetchall() method, fetchmany() method, or fetchone() method can be used to fetch records from the result set.

Answered By

1 Like


Related Questions