PostgreSQL
What is the storage size of an integer on a 64bit system?
What is the default variable for the PROMPT3?
What is the default location of the standard elog?
True or false: With table inheritance child tables inherit primary and foreign key definitions from their parents
What is the difference between tokens and lexemes?
What is "index bloat"?
On a UNIX system, what is the best way to prevent all non-local connections to the postmaster?
True or false: When a table is created which uses a table name as a column type, not null constraints on the column type's table definition are honored by the including table.
What is the name of the special time input with value 00:00:00.00 UTC?
What is the command used to import a backup made with pg_dumpall > file.dmp?
If entity x is existence-dependent on entity y, then what is x called?
Data validation can be implemented at the definition stage through:
What is wrong in this query:Select * from Orders where OrderID=(select OrderID from OrderItems where ItemQty>50)
What is the difference between to_tsvector() and ::tsvector ?
What is the wrapper around the SQL command CREATE DATABASE?
The basic psql command to list tables is?
When using LIKE to compare strings, what is the wildcard operator (operator which matches zero or more characters)?
What is the first step for manually installing PL/pgSQL in PostgreSQL?
What is the ~ operator?
What is the difference between DO 'some code...' and EXECUTE 'some code...' statements?
What is the effect of turning fsync off in postgresql.conf?
What is true regarding file system backup?
What is a TOAST file?
What is a cluster?
What is the default ordering when ORDER BY is not specified?
What is a rollback of transactions normally used for?
What is the well known port number for the postgresql database service?
What is the correct order of clauses in the select statement?1 select2 order by3 where4 having5 group by