PostgreSQL

0
Answered
0
Correct
0%
Accuracy
Question 1 Easy Mcq

What is the storage size of an integer on a 64bit system?

Question 2 Easy Mcq

What is the default variable for the PROMPT3?

Question 3 Easy Mcq

What is the default location of the standard elog?

Question 4 Easy Mcq

True or false: With table inheritance child tables inherit primary and foreign key definitions from their parents

Question 5 Easy Mcq

What is the difference between tokens and lexemes?

Question 6 Easy Mcq

What is "index bloat"?

Question 7 Easy Mcq

On a UNIX system, what is the best way to prevent all non-local connections to the postmaster?

Question 8 Easy Mcq

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.

Question 9 Easy Mcq

What is the name of the special time input with value 00:00:00.00 UTC?

Question 10 Easy Mcq

What is the command used to import a backup made with pg_dumpall > file.dmp?

Question 11 Easy Mcq

If entity x is existence-dependent on entity y, then what is x called?

Question 12 Easy Mcq

Data validation can be implemented at the definition stage through:

Question 13 Easy Mcq

What is wrong in this query:Select * from Orders where OrderID=(select OrderID from OrderItems where ItemQty>50)

Question 14 Easy Mcq

What is the difference between to_tsvector() and ::tsvector ?

Question 15 Easy Mcq

What is the wrapper around the SQL command CREATE DATABASE?

Question 16 Easy Mcq

The basic psql command to list tables is?

Question 17 Easy Mcq

When using LIKE to compare strings, what is the wildcard operator (operator which matches zero or more characters)?

Question 18 Easy Mcq

What is the first step for manually installing PL/pgSQL in PostgreSQL?

Question 19 Easy Mcq

What is the ~ operator?

Question 20 Easy Mcq

What is the difference between DO 'some code...' and EXECUTE 'some code...' statements?

Question 21 Easy Mcq

What is the effect of turning fsync off in postgresql.conf?

Question 22 Easy Mcq

What is true regarding file system backup?

Question 23 Easy Mcq

What is a TOAST file?

Question 24 Easy Mcq

What is a cluster?

Question 25 Easy Mcq

What is the default ordering when ORDER BY is not specified?

Question 26 Easy Mcq

What is a rollback of transactions normally used for?

Question 27 Easy Mcq

What is the well known port number for the postgresql database service?

Question 28 Easy Mcq

What is the correct order of clauses in the select statement?1 select2 order by3 where4 having5 group by