In this video you will learn about SQL and how to create a basic database using Sqlite3 module in Python , and also how to fetch data from the database.
SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine. It is the most used database engine in the world wide web.
Video Contents 💡
00:00 Introduction
00:36 Creating Accounting database
02:21 Creating Employees table
09:20 Fetching data from employees table
Download code : https://github.com/BekBrace/sql_using...
DEV profile : https://dev.to/bekbrace
Github profile: https://github.com/BekBrace