Which statement is not true about a PostgreSQL domain?
- A domain is created by ‘CREATE DOMAIN’.
- A domain can be used as a column type when defining a table.
- Domain is a namespace existing between databases and objects such as tables.
- When defining a domain, you can add a default value and constraints to the original data.
Correct Answer:
C.Domain is a namespace existing between databases and objects such as tables.
need an explanation for this answer? contact us directly to get an explanation for this answer