Free PostgreSQL PGCES-02 Exam Actual Questions

The questions for PGCES-02 were last updated On May 5, 2024

Question No. 1

Select two suitable statements regarding the following SQL statement:

CREATE TRIGGER trigger_1 AFTER UPDATE ON sales FOR EACH ROW EXECUTE PROCEDURE write_log();

Show Answer Hide Answer
Correct Answer: A, E

Question No. 2

Select two transaction isolation levels supported in PostgreSQL.

Show Answer Hide Answer
Correct Answer: B, E

Question No. 3

PostgreSQL can use an index to access a table. Select two incorrect statements about indexes.

Show Answer Hide Answer
Correct Answer: D, E

Question No. 4

Select two incorrect statements regarding 'DOMAIN'.

Show Answer Hide Answer
Correct Answer: B, E

Question No. 5

Select two suitable statements regarding the data types of PostgreSQL.

Show Answer Hide Answer
Correct Answer: A, D