Read from (SELECT) Database table - SQLite3 with Python 3 part 3
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=NCc5r7Wr7gg
In the previous tutorials, we've covered creating a database and populating one, now we need to learn how to read from the database. Reading from a database is where the power of using something like SQLite over a flat file starts to make sense. While we can query the entire table, we can instead just query a single column, or even based on specific row values. Let's see what I mean
sample code and text tutorial: https://pythonprogramming.net/sqlite-part-3-reading-database-python/
Playlist: https://www.youtube.com/playlist?list=PLQVvvaa0QuDezJh0sC5CqXLKZTSKU1YNo
https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
python
sqlite
database
table
tutorial
sqlite3
select
read from