You want to export query results to a CSV file from psql. Which command should you use?
Answer : A
Which pg_dump option creates a backup that can be restored using pg_restore?
Answer : D
In PostgreSQL 13, which parameter must be set to enable WAL archiving for Point-in-Time Recovery?
Answer : A
Which psql command toggles the display of tuples only (without column headers)?
Answer : B
Which configuration parameter controls the amount of memory allocated for shared buffers?
Answer : B
Which pg_restore option allows you to drop database objects before recreating them?
Answer : B
In PostgreSQL 13, what is the difference between GENERATED ALWAYS AS IDENTITY and GENERATED BY DEFAULT AS IDENTITY?
Answer : A