. Write a postgre SQL statement to rename the table countries to country_new.
Here is the list of tables.
tablename | tableowner
---------------+------------
orders | postgres
employees | postgres
job_history | postgres
jobs | postgres
locations | postgres
regions | postgres
countries | postgres
(7 rows)
Output:
Now, after execute the command see the list of tables.
need an explanation for this answer? contact us directly to get an explanation for this answer