CBSE Class 12 Computer Science Question 28 of 47

Interface Python with SQL — Question 6

Back to all questions
6
Question

Question 6

Give the significance of using execute() function.

Answer

The execute() function is significant for executing SQL queries and commands. It enables us to send SQL statements to the database and perform various operations such as creating, inserting, updating, and deleting data.