Step: Insert record
Insert record
Now can we insert a record to a table we just created
INSERT into <TABLE_NAME> (<COLUMNS>) values (<COLUMNS>)
expression allows you to insert a record.
For example, this is how you could insert a record into 'customers' table.
Now, try it for yourself. Let's create a record for a customer