✏️ Explanatory Question

How do you insert data into a database using Python DB-API?

👁 250 Views
📘 Detailed Answer
💡

Answer with Explanation

Answer: You can execute an INSERT statement using the execute() method of a cursor object.