Select two suitable statements regarding a postmaster process.
Answer : A, C
The following table called company is defined as follows:
id | name ----+--------
---------- 1 |
Pgsql,inc. 2 |
Postgres Co.,Ltd 3 |
SQL Company.
Select the most appropriate psql command for generating a text file company.txt with the following content on the client side. 1,Pgsql \,inc. 2,Postgres Co. \,Ltd 3,SQL Company.
Answer : C
Select two incorrect statements regarding 'TRIGGER'.
Answer : C, E
Select two incorrect statements concerning the BOOLEAN type in PostgreSQL.
Answer : A, E
Select one incorrect statement about schemas.
Answer : C
I would like to check the privileges on the "items" table in psql. Select the most appropriate command.
Answer : E
Select an appropriate command to check the PostgreSQL version in psql.
Answer : C