Python & SQLite: Create DB & Tables.

Опубликовано: 09 Апрель 2021
на канале: BitCode
752
24

Welcome to a new tutorial series, this video is going to be about creating a database in Python using SQLite.
Let's first look at what a database is,
So inside a database you can have tables and inside those tables you can store data and access it whenever you need to. Basically a database can be defined as a collection of data organized in tables.

Now let's talk about SQLite databases:
As the name suggests it is a lite version of SQL database, you don't need any server to use a SQLite database. It is also really easy to set up. It just creates a .db file on your local system and that file contains all the tables.
But a full version of SQL like MySQL can be a bit hard to set up. Feel free to look up the differences between SQLite and MySQL

Keyboard I Use: https://amzn.to/2NgjPFV
(Affiliate Link, Helps the Channel)


На этой странице сайта вы можете посмотреть видео онлайн Python & SQLite: Create DB & Tables. длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь BitCode 09 Апрель 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 752 раз и оно понравилось 24 зрителям. Приятного просмотра!