Write a postgre SQL statement insert rows from the country_new table to countries table.
Here are the rows for country_new table. Assume that, the countries table is empty.
country_id | country_name | region_id
------------+--------------+-----------
C1 | India | 1002
C2 | USA |
C3 | UK |
C4 | India | 1001
C5 | USA | 1007
C6 | UK | 1003
(6 rows)
Here is the command to see the list of inserting rows :
need an explanation for this answer? contact us directly to get an explanation for this answer