Exam 1z0-149 All QuestionsBrowse all questions from this exam
Question 25

Which three are true about user-defined functions? (Choose three.)

    Correct Answer: A, E, G

    User-defined functions have several roles in SQL statements. They can certainly be used in ORDER BY and GROUP BY clauses as they can assist in sorting and categorizing data. They can also appear in the select list of a SELECT statement, allowing for the inclusion of calculated or dynamic values in the results. Additionally, they are compatible with CONNECT BY and START WITH clauses, which are used in hierarchical queries. These functionalities make options A, E, and G the correct choices regarding the capabilities of user-defined functions.

Discussion
trex_fcsOptions: AEG

tested

muradh8

User-defined functions can appear in a SQL statement anywhere SQL functions can appear

muradh8

answer is: A,E,G