Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

PostgreSQL PGCES-02 Exam - Topic 10 Question 102 Discussion

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';
E) This function operates with the authority of the user who executed it.
A) This function may be defined in 'myfuncs.so'.
B) This function can return multiple rows.
C) This SQL statement defines a function written in the C language.
D) If this function is called with a NULL parameter, it will return 0 when executed.

PostgreSQL PGCES-02 Exam - Topic 10 Question 102 Discussion

Actual exam question for PostgreSQL's PGCES-02 exam
Question #: 102
Topic #: 10
[All PGCES-02 Questions]

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';

Show Suggested Answer Hide Answer
Suggested Answer: E

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel