Video description
- Discover the SQLite user interface features and characteristics
- Use SQLite to add or remove data in your database
- Work with multiple tables in a database
- Find the information you need in your database
Table of contents
- Installing and Touring an Open Source DBMS 00:04:51
- Installing an Open Source DBMS (SQLite)
-
Building and Maintaining a Simple Database
- Keeping Track of Customers 00:09:53
- Entering, Modifying, and Deleting Table Data 00:05:09
- Creating a Multi-table Database 00:14:41
-
Retrieving the Information You Want from a Database
- The SELECT Statement and the FROM Clause 00:03:40
- The WHERE Clause 00:05:40
Product information
- Title: Creating a Database with SQLite
- Author(s):
- Release date: September 2018
- Publisher(s): Apress
- ISBN: 9781484238998
You might also like
video
Using MySQL Databases with Python
Today databases are highly valued as they allow users to effectively manage, access, and update data. …
video
Introduction to SQLite Databases for Python Programming
Free and open-source, SQLite is a popular database among developers for smaller projects, hobby projects, and …
book
The Definitive Guide to SQLite, Second Edition
Outside of the world of enterprise computing, there is one database that enables a huge range …
video
Introducing SQL and Relational Databases
Start on the road to mastery of SQL and databases: two of the most important topics …