Skip to content

MOAMSA/Running-SQL-in-Jupyter-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running-SQL-in-Jupyter-Notebook

One of the skills which are necessary to be a good data scientist is using SQL. SQL is the standard language for communicating with database systems (popular, used everywhere and so many companies use it ). Data Scientist has to be able to retrieve data, create their own table or test environment, etc.
In this notebook, we will work on chinook database (includes tables for artists, albums, media tracks, invoices ,and customers).
The outline is as follows:
  • Chinook database Description
  • About SQLite Browser
  • Working on Database using Notebook
    • Using the sqlite3 module
    • Using Magic SQL
  • Working with Chinook Database
    • Create, Drop, Select
    • Where
    • Insert, Update, Delete
    • Like
    • Order by
    • Group by
    • Aggregate Functions
    • Having
    • Joint (Inner and Outer)


See NoteBook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published