Postgresql PGCES-02 CE 8 Silver PGCES-02 Exam Questions in PDF

Free Postgresql PGCES-02 Dumps Questions (page: 3)

Select the correct SQL statement which concatenates strings 'ABC' and 'abc' to form 'ABCabc'.

  1. SELECT 'ABC' . 'abc';
  2. SELECT cat('ABC', 'abc') FROM pg_operator;
  3. SELECT 'ABC' + 'abc';
  4. SELECT 'ABC' + 'abc' FROM pg_operator;
  5. SELECT 'ABC' || 'abc';

Answer(s): E



Select two correct descriptions about views.

  1. A view is created by 'DECLARE VIEW', and deleted by 'DROP VIEW'.
  2. A view is a virtual table which does not exist.
  3. A view is created to simplify complicated queries.
  4. You can create a view with the same name as already existing tables.
  5. A view only exists while the postmaster is running, and is deleted when the postmaster stops.

Answer(s): B,C



Table "t1" is defined below.
Table "t1" has a column "id" of type INTEGER, and a column "name" of type TEXT.
t1:
The following SQL is executed while client "A" is connected. BEGIN;
SELECT * FROM t1 WHERE id = 2 FOR UPDATE;
SELECT * FROM t1 WHERE id = 1 FOR UPDATE; -- (*)
While the second 'SELECT' statement, shown with (*), is being executed, a separate client "B" connects and executes the following SQL.
Select the correct statement about the execution results.
UPDATE t1 SET name = 'turtle' WHERE id = 2;
Note: the default transaction isolation level is set to "read committed".

  1. The update process for client "B" is blocked until the current connection for client "A" is
    finished.
  2. The update process for client "B" is blocked until the current transaction for client "A" is
    finished.
  3. The 'UPDATE' process for client "B" proceeds regardless of the condition of client "A".
  4. The process of client "B" immediately generates an error.
  5. The processes for both clients are blocked, and an error stating that a deadlock has been
    detected is generated.

Answer(s): B



SQL statements were executed in the following order:
CREATE TABLE fmaster
(id INTEGER PRIMARY KEY, name TEXT);
CREATE TABLE ftrans
(id INTEGER REFERENCES fmaster (id), stat INTEGER, date DATE);
INSERT INTO fmaster VALUES (1, 'itemA');
INSERT INTO ftrans VALUES (1, 1, CURRENT_DATE);
Select two SQL statements that will generate an error when executed next.

  1. INSERT INTO ftrans VALUES (1, 1, CURRENT_DATE);
  2. INSERT INTO ftrans VALUES (2, 1, '2007-07-07');
  3. UPDATE fmaster SET name = 'itemAX' WHERE id = 1;
  4. UPDATE fmaster SET id = 100 WHERE id = 1;
  5. UPDATE ftrans SET id = 200 WHERE id = 1;

Answer(s): A,C



Select three SQL statements which return NULL.

  1. SELECT 0 = NULL;
  2. SELECT NULL != NULL;
  3. SELECT NULL IS NULL;
  4. SELECT NULL;
  5. SELECT 'null'::TEXT;

Answer(s): A,B,D



Share your comments for Postgresql PGCES-02 exam with other users:

R
Reddy
12/14/2023 2:42:00 AM

these are pretty useful

D
Daisy Delgado
1/9/2023 1:05:00 PM

awesome

A
Atif
6/13/2023 4:09:00 AM

yes please upload

X
Xunil
6/12/2023 3:04:00 PM

great job whoever put this together, for the greater good! thanks!

L
Lakshmi
10/2/2023 5:26:00 AM

just started to view all questions for the exam

R
rani
1/19/2024 11:52:00 AM

helpful material

G
Greg
11/16/2023 6:59:00 AM

hope for the best

H
hi
10/5/2023 4:00:00 AM

will post exam has finished

V
Vmotu
8/24/2023 11:14:00 AM

really correct and good analyze!

H
hicham
5/30/2023 8:57:00 AM

excellent thanks a lot

S
Suman C
7/7/2023 8:13:00 AM

will post once pass the cka exam

R
Ram
11/3/2023 5:10:00 AM

good content

N
Nagendra Pedipina
7/13/2023 2:12:00 AM

q:32 answer has to be option c

T
Tamer Barakat
12/7/2023 5:17:00 PM

nice questions

D
Daryl
8/1/2022 11:33:00 PM

i really like the support team in this website. they are fast in communication and very helpful.

C
Curtis Nakawaki
6/29/2023 9:13:00 PM

a good contemporary exam review

X
x-men
5/23/2023 1:02:00 AM

q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.

A
abuti
7/21/2023 6:24:00 PM

cool very helpfull

K
Krishneel
3/17/2023 10:34:00 AM

i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.

R
Regor
12/4/2023 2:01:00 PM

is this a valid prince2 practitioner dumps?

A
asl
9/14/2023 3:59:00 PM

all are relatable questions

S
Siyya
1/19/2024 8:30:00 PM

might help me to prepare for the exam

T
Ted
6/21/2023 11:11:00 PM

just paid and downlaod the 2 exams using the 50% sale discount. so far i was able to download the pdf and the test engine. all looks good.

P
Paul K
11/27/2023 2:28:00 AM

i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available

P
ph
6/16/2023 12:41:00 AM

very legible

S
sephs2001
7/31/2023 10:42:00 PM

is this exam accurate or helpful?

A
ash
7/11/2023 3:00:00 AM

please upload dump, i have exam in 2 days

S
Sneha
8/17/2023 6:29:00 PM

this is useful

S
sachin
12/27/2023 2:45:00 PM

question 232 answer should be perimeter not netowrk layer. wrong answer selected

T
tomAws
7/18/2023 5:05:00 AM

nice questions

R
Rahul
6/11/2023 2:07:00 AM

hi team, could you please provide this dump ?

T
TeamOraTech
12/5/2023 9:49:00 AM

very helpful to clear the exam and understand the concept.

C
Curtis
7/12/2023 8:20:00 PM

i think it is great that you are helping people when they need it. thanks.

S
sam
7/17/2023 6:22:00 PM

cannot evaluate yet

AI Tutor 👋 I’m here to help!