Computer Science

Give the significance of using execute() function.

Python MySQL

2 Likes

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.

Answered By

1 Like


Related Questions