Master Using SQL with Python: Lesson 7 - Maintaining Data in SQLite

preview_player
Показать описание
Having current data is critical for data analysis but how do you keep data up to date? In this video, you will learn how to insert, update, and delete rows from SQLite tables to keep them current. In part 2 of this series, I'll show you how to use the SQLite Upsert to make this job easier!

Video Introducing Python and SQLite

SQLite Studio

Python and SQLite (Includes using SQL to Read from enterprise databases
Рекомендации по теме
Комментарии
Автор

I've been needing to really grok sqlite for a while, good choice of topic!

AltDotAlex
Автор

Can't wait to read your book Bryan!

LukeAvedon
Автор

This year I saw so many video. yours is the best one. really thank you!

a
Автор

Hi Bryan, your videos are really good. I would like to know if there is a way to get the .db file and send it to the database with all the tables (SQL Server or Postgres)

eduardml
Автор

Noticed when 'Huang' was changed to 'Jones' and marital status changed from 'Single' to 'Married' that the 'ETLlastupdate' was NOT modified to current. ?

craigmiles
Автор

Thanks for the video. Maybe I missed it but I couldn’t find the follow up video explaining the use of UPSERT in SQLite. Could you please point me to the video where it’s covered? Thanks

kuatroka