Write a postgre SQL statement to create a table named countries, including country_id, country_name and region_id and make sure that no duplicate data against column country_id will be allowed at the time of insertion
All Answers
total answers (1)
total answers (1)
This example can also be written like below.
Code:
Output:
Here is the command to see the structure of the table :