Master SQLite, the popular database engine, by learning to create your own databases.
Databases are a core method of storage for data in many different industries. From saving your account data on the internet to simply managing sales data throughout the year, databases are integral to how our digital society functions.
Working with both SQLite and Python, you’ll learn the key CRUD skills required to start creating your own database tables. You’ll also learn how to combine this with database queries to not only verify your database setup, but discover how to control your data completely.
No matter your data storage needs, you’ll learn the techniques needed to build databases for any number of projects.
This course assumes familiarity with both Python and SQLite.
You will learn how to:
- Set up an environment for databases
- Create an initial database table
- Insert, update, and delete database elements
- Remove entire tables
- Manage foreign key constraints