nerdexam
PostgreSQL_CE

PGCES-02 · Question #36

Select the most suitable statement about the creation of a new database.

The correct answer is E. You can set the character encoding when creating a new database. See the full explanation below for the reasoning.

Question

Select the most suitable statement about the creation of a new database.

Options

  • AOnly a PostgreSQL superuser is authorized to create a new database.
  • BThe target directory is specified by the environment variable PGDATA or the -D parameter
  • COnly one database can be used at the same time even if two or more databases are created.
  • DOnly the OS superuser (root) can create databases.
  • EYou can set the character encoding when creating a new database.

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    13% (6)
  • C
    4% (2)
  • D
    2% (1)
  • E
    75% (36)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice