최신EnterpriseDB PostgreSQL Essentials Certification v13 - PostgreSQL-Essentials무료샘플문제
What is the purpose of the checkpoint_timeout configuration parameter in PostgreSQL?
In PostgreSQL 13, which command is used to switch your connection to a different database in psql?
You need to take a backup of only the edbuser schema from the edbstore database. Which pg_dump option should you use?
In PostgreSQL, which view provides information about currently running queries?
You are connected to a PostgreSQL database. After executing a complex query an error message is displayed.
You want to edit and rerun the previously executed query. Which command can be used to edit the query buffer?
Which parameter controls the amount of memory allocated for maintenance operations like VACUUM and CREATE INDEX?
Which of the following directories store symbolic links for user-defined tablespaces in PostgreSQL?
You want to configure your cluster to run in archive mode for Point-in-Time Recovery. Which parameter must you set in postgresql.conf?
You want to update statistics for the emp and dept tables to help the query planner. Which command should you use?