Step: Create Table
Create Table
To create a table you can use
CREATE TABLE
expression where you can define all columns with their types, constraints, and indexes.
For example, this is how you could create a table 'customers'.
Now, try it for yourself. Let's create table customers