Select the most suitable statement about the creation of a new database.
A. Only a PostgreSQL superuser is authorized to create a new database.Select the most suitable statement about the PostgreSQL license from below.
A. PostgreSQL is distributed under the GPL license.The table "score" is defined as follows:
gid | score -----+------1 | 70 1 | 60 2 | 100 3 | 80 3 | 50
The following query was executed. Select the number of rows in the result. SELECT gid, max(score) FROM score GROUP BY gid HAVING max(score) > 60;
A. 1 rowFrom the SQL commands below, select one that is generally classified as "DDL".
A. START TRANSACTIONSelect two incorrect statements about the function of the information schema.
A. It consists of a group of views included in a schema called "information_schema".Select one incorrect description regarding the following SQL statement defining a function. CREATE OR REPLACE FUNCTION get_file_list(TEXT, BOOLEAN) RETURNS SETOF TEXT LANGUAGE C STRICT SECURITY DEFINER AS 'myfuncs.so';
A. This function may be defined in 'myfuncs.so'.Select the SQL command that must be executed prior to executing the EXECUTE command.
A. CREATE FUNCTIONThe table "t1" is defined below.
The column "id" for table "t1" is of INTEGER type.
id | name
----+-----------1 | mammoth
2 | tortoise
3 | coelacanth
The following SQL statements were executed. Select the correct statement about the execution result.
BEGIN;
DECLARE c SCROLL CURSOR FOR SELECT name FROM t1 ORDER BY id; MOVE FORWARD 2 FROM c;
FETCH FORWARD ALL FROM c; COMMIT;
A. The number of rows returned by the FETCH statement is 0.Select one incorrect statement from the below about a database cluster.
A. It is possible to have multiple databases within a database cluster.Select the correct result generated by execution of the following SQL statements: CREATE TABLE log (id int, message TEXT, logtime TIMESTAMP); CREATE TABLE log_01 () INHERITS (log); INSERT INTO log_01 VALUES (1, 'error', CURRENT_TIMESTAMP); SELECT * FROM log;
A. First 'CREATE TABLE' generates a syntax error.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only PostgreSQL-CE exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PGCES-02 exam preparations and PostgreSQL-CE certification application, do not hesitate to visit our Vcedump.com to find your solutions here.