The following question concerns the use of multibyte characters in PostgreSQL. Select two correct items about character encoding in PostgreSQL.
Reveal answer details Close answer details
Correct answersC, E
PostgreSQL-CE · PGCES-02
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Multiple choice
The following question concerns the use of multibyte characters in PostgreSQL. Select two correct items about character encoding in PostgreSQL. Reveal answer details Close answer detailsCorrect answersC, E
Single choice
What does the following command do? Select the correct description from below. Note: "text=#" is the command prompt for psql. Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Select two correct descriptions about views. Reveal answer details Close answer detailsCorrect answersB, C
Single choice
Select the most suitable statement regarding PostgreSQL's pg_hba.conf configuration file. Reveal answer details Close answer detailsCorrect answerD
Single choice
The "sample" table consists of the data below. The column "x" is of type INTEGER. How many rows are returned by executing the following SQL statement? SELECT 6 / x FROM sample WHERE CASE WHEN x = 0 THEN FALSE ELSE TRUE END; Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Select two incorrect statements concerning PostgreSQL license. Reveal answer details Close answer detailsCorrect answersD, E
Multiple choice
Select two SQL statements which abort a transaction. Reveal answer details Close answer detailsCorrect answersB, D
Single choice
Table "t1" is defined below. Note: the default transaction isolation level is set to "read committed". Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Select two suitable statements about postgresql.conf configuration. Reveal answer details Close answer detailsCorrect answersC, E
Single choice
The table "tbl" is defined below such that it could only store non-negative integers in the column "nn". Reveal answer details Close answer detailsCorrect answerE
Single choice
The following SQL defines an INSERT with respect to item_view. Select the keyword that is applicable in Reveal answer details Close answer detailsCorrect answerA
Single choice
I would like to check the privileges on the "items" table in psql. Select the most appropriate command. Reveal answer details Close answer detailsCorrect answerE
Multiple choice
Select two suitable statements regarding a postmaster process. Reveal answer details Close answer detailsCorrect answersA, C
Single choice
I would like to restore the database cluster from the "db1.dump" backup file. Select the correct command from below. (Note: "postgres" is the superuser) Reveal answer details Close answer detailsCorrect answerD
Single choice
Select the correct SQL statement which concatenates strings 'ABC' and 'abc' to form 'ABCabc'. Reveal answer details Close answer detailsCorrect answerE
Single choice
I want to restore data from a text format backup file foo.dump. Select an appropriate command. Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Select two suitable statements regarding the pg_dump command. Reveal answer details Close answer detailsCorrect answersC, E
Single choice
Select the most appropriate setting to output the log messages of the database to syslog. Reveal answer details Close answer detailsCorrect answerE
Multiple choice
Select two incorrect statements regarding 'DOMAIN'. Reveal answer details Close answer detailsCorrect answersB, E
Single choice
Select an incorrect statement regarding prepared statements, and 'PREPARE' / 'EXECUTE' commands. Reveal answer details Close answer detailsCorrect answerC
Single choice
Select one incorrect statement concerning the relational data model. Reveal answer details Close answer detailsCorrect answerD
Single choice
Select the correct SQL statement that records the space occupied by deleted or updated rows for later reuse, and also updates statistics. Reveal answer details Close answer detailsCorrect answerB |