CBSE Class 12 Computer Science
Question 7 of 15
Interface Python with SQL — Question 6
Back to all questionsThe 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.