Free PostgreSQL PGCES-02 Exam Actual Questions

The questions for PGCES-02 were last updated On Nov 20, 2024

Question No. 1

The table "t1" is defined below. The column "id"

for table "t1" is of INTEGER type.

id | name ----

+-----------1 |

mammoth 2 |

tortoise 3 |

coelacanth

The following SQL statements were executed. Select the correct statement about the execution result. BEGIN; DECLARE c SCROLL CURSOR FOR SELECT name FROM t1 ORDER BY id;

MOVE FORWARD 2 FROM c; FETCH FORWARD ALL FROM c; COMMIT;

Show Answer Hide Answer
Correct Answer: B

Question No. 2

Which normal form has the constraint that there must be no tables with duplicate column values in the same row?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Select one incorrect statement from the below about a database cluster.

Show Answer Hide Answer
Correct Answer: C

Question No. 4

Select two incorrect statements about the Point-In-Time Recovery (PITR) from below.

Show Answer Hide Answer
Correct Answer: B, E

Question No. 5

Based on the following request, select the most appropriate command for creating a database cluster. ?Character encoding of the template database needs to be EUC_JP ?Locale is not used

Show Answer Hide Answer
Correct Answer: D