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
What is a nested table and how is it different from a normal table?
Explain about functional dependency and its relation with table design?
How to name query output columns in oracle?
How a database is related to tablespaces?
Explain view?
How to change program global area (pga) in oracle?
What is a relational database management system?
How to use subqueries in the from clause in oracle?
What is a synonym? What are its various types?
Why do we need integrity constraints in a database?
Can we use bind variables in oracle stored procedure?
What is max rowid in oracle?
What is analyze command used for?
Name the various constraints used in oracle?
How to define a record variable to store a table row?