Latest PostgreSQL Essentials Exam Practice Questions
The practice questions for PostgreSQL Essentials exam was last updated on
2025-11-20
.
Viewing page 1 out of 5 pages.
Viewing questions 1 out of 25 questions.
Question#5
In PostgreSQL 13, what is the difference between GENERATED ALWAYS AS IDENTITY and GENERATED BY DEFAULT AS IDENTITY?
A. ALWAYS prevents manual value insertion, BY DEFAULT allows it
B. They are identical
C. ALWAYS uses UUID, BY DEFAULT uses serial
D. BY DEFAULT prevents manual insertion