CBSE Class 12 Computer Science Question 11 of 46

Interface Python with MySQL — Question 6

Back to all questions
6
Question

Question 6

Which function/method do you use for executing an SQL query ?

Answer

The execute() function with cursor object is used for executing an SQL query.