Create a Table
Define and create a new table schema.
We'll cover the following...
We'll cover the following...
Time to build your own world! In this lesson, you’ll create your first SQL table—a place to store structured data.
Goal
You’ll aim to:
Use
CREATE TABLE
to define a table.Set column names and types.
Understand table schemas. ...