Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Your first table
CREATE TABLE basics
5. How tables work
Entity Relationship Diagrams (ERD)
DROP - how to remove a table

Instruction

Fine! We hope you enjoyed playing with the table.

Now, a quick reminder of how tables are constructed in databases: each table has a name, some columns and rows. Columns have their names too. This is an example table:

Table structure

Exercise

Click Next exercise to proceed.