nerdexam
PostgreSQL_CE

PGCES-02 · Question #60

Select two incorrect statements about the function of the information schema.

The correct answer is D. Administrator privileges are needed to reference the information schema. E. In order to enable the information schema, "information_schema = true" must be set in. See the full explanation below for the reasoning.

Question

Select two incorrect statements about the function of the information schema.

Options

  • AIt consists of a group of views included in a schema called "information_schema".
  • BInformation on objects defined in a database can be referenced.
  • CThe number of tables defined in a database can be confirmed.
  • DAdministrator privileges are needed to reference the information schema.
  • EIn order to enable the information schema, "information_schema = true" must be set in

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    79% (19)

Community Discussion

No community discussion yet for this question.

Full PGCES-02 Practice