Introduction to Databases

Introduction to Databases in Python

Jason Myers

Co-Author of Essential SQLAlchemy and Software Engineer

A database consists of tables

census and state_fact tables

Introduction to Databases in Python

Table consist of columns and rows

census table with third column highlighted

Introduction to Databases in Python

Table consist of columns and rows

census table with second row highlighted

Introduction to Databases in Python

Tables can be related

census and state_fact tables with first columns highlighted

Introduction to Databases in Python

Let's practice!

Introduction to Databases in Python

Preparing Video For Download...