What is PostgreSQL?
What command is used to connect to a PostgreSQL database via terminal?
Which command is used to create a new database in PostgreSQL?
Which data type is used for textual data in PostgreSQL?
What is the default port for PostgreSQL?
What does a LEFT JOIN return?
Which clause groups rows based on common values?
What is the purpose of the HAVING clause?
Which type of JOIN returns only matching rows?
What command is used to update data?
What is the purpose of a GIN index?
What does the `RETURNING` clause do in INSERT or UPDATE?
What are triggers used for?
What is stored in the WAL (Write-Ahead Log)?
What is the purpose of VACUUM?