can u call user defined functions in select statements
Answers were Sorted based on User's Feedback
Answer / prasanna
we can call user defined functions in select statements
| Is This Answer Correct ? | 6 Yes | 0 No |
yes, we can call user defined function in SELECT statement.
ex:
select function_name from dual;
| Is This Answer Correct ? | 3 Yes | 1 No |
What is meant by recursive hints in oracle?
How do I find the database name in oracle?
How to invoke the data pump import utility?
How to write text literals in oracle?
How to define a specific record type?
What is a user account in oracle?
How to use "out" parameter properly?
What is the difference between normal and corelated subqueries?
What is dynamic proxy?
What is autonomous transaction?
What is the difference between PFILE and SPFILE in Oracle?
What is the difference between a vector and an Array? (Java)