postgresql
postgresql
EXAM – PGCES-02
TYPE: DEMO
http://www.examskey.com/PGCES-02.html
Examskey PostgreSQL PGCES-02 exam demo product is here for you to test the quality of
the product. This PostgreSQL PGCES-02 demo also ensures that we have this product
ready unlike most companies, which arrange the product for you as you order These
PGCES-02 exam questions are prepared by PostgreSQL subject matter specialists. Hence
these are most accurate version of the PGCES-02 exam questions that you can get in the
market.
We also offer bundle discount packages for every PostgreSQL certification track, so you
can buy all related exam questions in one convenient bundle. And for corporate clients we
also offer bundles for PostgreSQL certification exams at huge discount.
Check out our PGCES-02 Exam Page and PostgreSQL Certification Page for more details of
these bundle packages.
1
Question: 1
Answer: A, E
Question: 2
A. DIRTY READ
B. READ COMMITTED
C. REPEATABLE READ
D. PHANTOM READ
E. SERIALIZABLE
Answer: B, E
Question: 3
PostgreSQL can use an index to access a table. Select two incorrect statements about indexes.
Answer: D, E
2
Question: 4
A. When defining a domain, you can add a default value and constraints to the original data.
B. Domain is a namespace existing between databases and objects such as tables.
C. A domain is created by 'CREATE DOMAIN'.
D. A domain can be used as a column type when defining a table.
E. To define a domain, both input and output functions are required.
Answer: B, E
Question: 5
Answer: A, D
Question: 6
3
A. 1 row
B. 2 rows
C. 3 rows
D. 4 rows
E. 5 rows
Answer: C
Question: 7
Table "t1" is defined as follows: CREATE TABLE t1 (value VARCHAR(5)); A set of SQL statements were
executed in the following order. Select the number of rows that table "t1" has after execution.
BEGIN; INSERT INTO t1 VALUES ('AA'); SAVEPOINT point1; INSERT INTO t1 VALUES ('BB'); SAVEPOINT
point2; INSERT INTO t1 VALUES ('CC'); ROLLBACK TO point1; INSERT INTO t1 VALUES ('DD'); END;
A. 1 row
B. 2 rows
C. 3 rows
D. 4 rows
E. 0 rows
Answer: B
Question: 8
A. A sequence always returns a 4-byte INTEGER type value, so the maximum value is 2147483647.
B. A sequence is defined by 'CREATE SEQUENCE', and deleted by 'DROP SEQUENCE'.
C. Although the "nextval" function is called during a transaction, it will have no effect if that
transaction is rolled back.
D. A sequence always generates 0 or consecutive positive numbers.
E. A sequence number can be set by calling the "setval" function.
Answer: B, E
4
Question: 9
The "sample" table consists of the following data: How many rows are returned by executing the
following SQL statement? SELECT DISTINCT ON (data) * FROM sample;
A. 2 rows
B. 3 rows
C. 4 rows D. 5 rows
E. 6 rows
Answer: B
5
Thank You for Trying Our Product
PostgreSQL
EXAM – PGCES-02
TYPE: DEMO
http://www.examskey.com/PGCES-02.html
Besides money back guarantee, we also offer 3 months free updates to the PGCES-02
exam questions to reflect the changes as (& if) they are introduced by the PostgreSQL.