Project: Create a Table
Practice how to define and create a new table schema.
We'll cover the following
Task
Create a table called students with the following columns:
ID (
INTEGER
)Name (
TEXT
)Grade (
REAL
)
Get hands-on with 1400+ tech skills courses.