Introduction
In this lab, you will learn the fundamental skills of creating and managing tables in SQLite, a lightweight and serverless database engine perfect for small-scale applications. You will explore SQLite data types, create tables with primary keys, apply constraints such as NOT NULL and UNIQUE, inspect table structures using the .schema command, and safely drop tables. Through step-by-step exercises in the LabEx VM environment, you will gain practical experience using the sqlite3 command-line tool to build and manage database tables. This lab is designed for beginners, providing a clear path to understanding SQLite table management.


