Archive for the ‘PostgreSQL CE’ Category

Nov
09

The latest pgces-02 Exam:

Quality and Value for the pgces-02 Exam

TestInside Practice Exams for PostgreSQL CE pgces-02 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.

100% Guarantee to Pass Your pgces-02 Exam

If you prepare for the exam using our TestInside testing engine, we guarantee your success in the first attempt. If you do not pass the PostgreSQL CE Certifications pgces-02 exam (ProCurve Secure WAN) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.

1. PostgreSQL can use an index to access a table. Select two incorrect statements about indexes.
A. An index is created by ‘CREATE INDEX’, and deleted by ‘DROP INDEX’.
B. By using an index effectively, searching and sorting performs faster.
C. There are B-tree, Hash, R-tree and GiST index types.
D. By creating an index, performance always improves.
E. Creating an unused index does not affect the performance of a database at all.
Answer: DE
2. Select two incorrect statements regarding ‘DOMAIN’.
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: BE
3. Select two suitable statements regarding the data types of PostgreSQL.
A. One field can handle up to 1GB of data.
B. ‘n’ in CHARACTER(n) represents the number of bytes.
C. Only the INTEGER type can be declared as an array.
D. There is a non-standard PostgreSQL data type, called Geometric data type, which handles
2-dimensional data.
E. A large object data type can be used to store data of unlimited size.
Answer: AD
4. 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 row
B. 2 rows
C. 3 rows
D. 4 rows
E. 5 rows
Answer: C

What are you waiting for?Let’s go to Testinside!

  • Share/Bookmark