Q:

Which statement is not true about a PostgreSQL domain?

0

Which statement is not true about a PostgreSQL domain?


  1. A domain is created by ‘CREATE DOMAIN’.
  2. A domain can be used as a column type when defining a table.
  3. Domain is a namespace existing between databases and objects such as tables.
  4. When defining a domain, you can add a default value and constraints to the original data.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

total answers (1)

PostgreSQL MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
To restore a PostgreSQL backup created with pg_dum... >>
<< Fill the blank space:...