can u call user defined functions in select statements
Answer Posted / tripti gour
yes, we can call user defined function in SELECT statement.
ex:
select function_name from dual;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to assign a table row to a record variable?
What are the restrictions on external table columns?
Which is better Oracle or MS SQL? Why?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What are the limitations oracle database 10g xe?
How can you use check constraints for self referential integrity?
What is system global area (sga) in oracle?
State and explain the different types of data models?
What is rowid and rownum in oracle?
How oracle handles dead locks?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is oracle database 10g express edition?
How to create a new table by selecting rows from another table?