1. What does the "ST_Intersects" function in PostgreSQL's geospatial features determine?
2. In PostgreSQL, which statement is used to insert data into a table?
3. What does "SQL injection" refer to in the context of PostgreSQL security best practices?
4. What is the "hstore" extension used for in PostgreSQL's NoSQL support?
5. What is a surrogate key in the context of database design in PostgreSQL?
6. What is the primary NoSQL feature introduced in PostgreSQL to handle semi-structured data?
7. What does the "fact table" represent in a star schema of a data warehouse?
8. What is the purpose of PostgreSQL's "GRANT" and "REVOKE" statements in the context of security?
9. What is the primary purpose of a data warehouse in the context of PostgreSQL?
10. What is the purpose of "connection pooling" in PostgreSQL performance tuning?
11. What is "slowly changing dimension" (SCD) in data warehousing with PostgreSQL?
12. In PostgreSQL, what is the purpose of a trigger in a database schema?
13. What is an "auto-vacuum" in PostgreSQL, and how does it relate to performance tuning?
14. What is the purpose of the SQL "DELETE" statement in PostgreSQL?
15. In terms of NoSQL features, what does the "array_agg" function do in PostgreSQL?
16. What does the "trust" authentication method in PostgreSQL do?
17. Which PostgreSQL extension is used to provide enhanced geospatial functions and data types for advanced GIS applications?
18. Which SQL command is used to install a PostgreSQL extension?
19. Which graphical user interface (GUI) tool is commonly used for managing PostgreSQL databases?
20. Which PostgreSQL extension is commonly used for encryption and decryption of data at rest?