1. What is the primary purpose of "ST_GeomFromText" in PostgreSQL's geospatial features?
2. What is the purpose of "connection pooling" in PostgreSQL performance tuning?
3. What does the "BEGIN" statement do in PostgreSQL transactions?
4. Which of the following statements about connection pooling in PostgreSQL is true?
5. Which SQL statement is used to filter rows in a table based on a specified condition?
6. In PostgreSQL, what is "failover" in the context of replication?
7. What is the role of the 'pg_ctl' utility in PostgreSQL?
8. In PostgreSQL, what does the term "index" refer to in the context of performance tuning?
9. In PostgreSQL, what is the benefit of using table partitioning to manage large datasets?
10. What does the "hstore" extension in PostgreSQL allow you to store and manage?
11. In PostgreSQL, what is the purpose of a trigger in a database schema?
12. Which PostgreSQL extension is commonly used for data warehousing to manage large datasets?
13. In PostgreSQL, what is the purpose of the 'psql' command?
14. What is the purpose of "OLAP" in data warehousing with PostgreSQL?
15. Which tool is used for database migration and data synchronization in PostgreSQL?
16. Which geospatial format is supported by the "WKT" abbreviation in PostgreSQL's geospatial features?
17. What is the "write-ahead log" (WAL) in PostgreSQL replication?
18. Which PostgreSQL configuration parameter allows restricting the IP addresses from which the database server can accept connections?
19. What is a recursive common table expression (RCTE) in PostgreSQL used for?
20. In PostgreSQL, what is the term for a standby server that is in "hot standby" mode, ready to take over as the primary?