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 |
how to get second highest sal of emp table
what is load balancing and what u have used to do this?(sql loader)
what is meant by magic query
State the various uses of dbcc command?
What is Hash Index?
Why do we use bulk collect in oracle?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
How remove data files before opening a database?
How to write a left outer join with the where clause in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?
How to pass a cursor variable to a procedure?
How do we get field details of a table?