EnterpriseDB PostgreSQL Essentials Certification v13 - PostgreSQL-Essentials 模擬練習
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?
You want to edit and rerun the previously executed query. Which command can be used to edit the query buffer?
正解: C
What is the purpose of the checkpoint_timeout configuration parameter in PostgreSQL?
正解: C
You need to restore only the schema from a custom format backup file. Which pg_restore option should you use?
正解: A
Which psql command displays the command history?
正解: C
You want to set the effective cache size for indexes to 512MB. Which parameter should you configure?
正解: A
SERIAL and IDENTITY columns can be used to add an auto-incrementing column in a Postgres table. Which of these two column types are SQL standard compliant?
正解: B
Which parameter sets the number of autovacuum worker processes?
正解: C
You want to view all available functions in the current database using psql. Which command should you use?
正解: D
In PostgreSQL 13, what is the difference between GENERATED ALWAYS AS IDENTITY and GENERATED BY DEFAULT AS IDENTITY?
正解: A