Inserting Data into a Table (PostgreSQL)
Now that our cities table is ready, the next step is to add data into it.
We want to store information about these cities:
Tokyo
Delhi
Shanghai
Sao Paulo
Along with:
country
population
area
To do this, we will use SQL again.
Using INSERT...
innosufiyan.hashnode.dev3 min read