Which parameter sets the number of autovacuum worker processes?
Answer : B
Which pg_dump option creates a backup that can be restored using pg_restore?
Answer : D
Which pg_restore option allows you to drop database objects before recreating them?
Answer : B
Which PostgreSQL configuration parameter controls the amount of memory used for sorting operations before writing to temporary disk files?
Answer : B
In PostgreSQL 13, which parameter must be set to enable WAL archiving for Point-in-Time Recovery?
Answer : A
You need to restore only the schema from a custom format backup file. Which pg_restore option should you use?
Answer : D
You want to update statistics for the emp and dept tables to help the query planner. Which command should you use?
Answer : B