What is the output of the following SQL query:
SELECT ABS(-20) "ABSOLUTE" FROM DUAL;
a. 20 is displayed with the heading ABSOLUTE
b. -20 is displayed with the heading ABSOLUTE
c. -20 is displayed without any heading
d. 20 is displayed without any heading
Answers
Answered by
11
Answer:
Fusion Middleware Developing SOA Applications with Oracle SOA Suite
ContentsPreviousNextPage 71 of 77
B XPath Extension Functions
This appendix describes the XPath extension functions that are displayed in the Expression Builder dialog in Oracle JDeveloper. It also describes how to build XPath expressions in the Expression Builder and how to create user-defined XPath extension functions. Oracle provides XPath functions that use the capabilities built into Oracle SOA Suite and XPath standards for adding new functions.
This appendix includes the following sections:
Answered by
0
Answer:
yes upper answer is right
Similar questions