Skip to content

Files

Latest commit

 

History

History
17 lines (16 loc) · 572 Bytes

File metadata and controls

17 lines (16 loc) · 572 Bytes

SQL-with-Python-detail-explaination

Hi there, This Repository helps one to understand SQL working with Python programming language

Requirements:

  • Python 3.6+
  • jupyter notebook
  • Faker module for populte tables with fake data

what you will learn from this tutorial:

  • Creating Database and Table using Sqlite3 with python programming
  • Adding fake data in Sqlite3 table
  • Performing basic sql queries to fetch data from database
  • Handling CRUD Operations in sqlite3