Analyzing CREATE TABLE (PostgreSQL)
In the previous section, we wrote our first SQL query to create a table in PostgreSQL.
Now, let’s slow down a bit and understand what that SQL actually means.
We’ll break the query into parts and understand the syntax step by step.
The SQL We Wrote
...
innosufiyan.hashnode.dev3 min read