- Entity → table.
- This creates a table. Something like defining a struct in C or C++.
- But it is not just a type definition:
create
is specifying a runtime action, and creates an empty table.
- If you try creating the table again:
ERROR: relation "customer" already exists