Objectives



Create A SQLite Database
Import Database Into an SQL Client
SQLite Data Types
Constraints
Create Table





Introduction


Previously, we discussed Databases briefly, and in this excerpt, we will look into SQL.

In this excerpt, we will discuss creating tables.




Create A SQLite Database


Creating a SQLite...