Creating a Database in Python using sqlite3 module

Опубликовано: 26 Октябрь 2024
на канале: Painless Programming
133
9

This video is aimed at beginners who want to create a database in python. I'm using the sqlite3 module which is included when you download python.

This video shows you how to create a database table, how to insert records into the table, how to delete records, and how to select from the table.