Codible SQLite video 2: Quickly create a simple table in a database (SQLite3)



Codible SQLite video 2: Quickly create a simple table in a database (SQLite3)

Codible SQLite video 2: Quickly create a simple table in a database (SQLite3)

Shows you how to use SQLite to
– create a table inside a database
– create fields within the table
– specify the data types and primary key
– insert values into the table
– see how the “primary key” constraint is enforced by SQLite
– run queries to view the data you entered

Comments are closed.