Computer Science

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

Python MySQL

3 Likes

Answer

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

Answered By

2 Likes


Related Questions