Python & SQLite: Insert Data into Tables

preview_player
Показать описание
Welcome to another tutorial, in this tutorial we are going to look at how to insert data into the SQLite database. In the previous tutorial we created a connection to the database and then we used the cursor to create a table and insert data into the table but we inserted the data manually. So we will look at how we can use user input to enter data into the database.

(Affiliate Link, Helps the Channel)
Рекомендации по теме
Комментарии
Автор

Hi, firstly thanks for your video, it has been useful! 👍. Secondly, I repeated same steps of your video but it did not work, after checked it🔎, I noticed that create_table() function hasn't been calling, so I do it, and your tutorial finally worked.

My question is, why did it happen? Thanks

fernandai.b.