✏️ Explanatory Question

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

👁 248 Views
📘 Detailed Answer
248
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

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