CBSE Class 12 Computer Science Question 12 of 46

Interface Python with MySQL — Question 7

Back to all questions
7
Question

Question 7

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

Answer

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