Answer Posted / reddyreddy143
1.Yes we can use out parameters in a function.but we have
to assign the out parameter value to the return datatype.
2.But when we use out parameters in function we can't call
the function from a select statement
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are types of joins?
Is pl sql a scripting language?
How many types of cursors are available in pl/sql?
What is compound trigger?
What are local and global variables and their differences?
How can I speed up sql query?
what is the difference between cluster and non cluster index? : Sql dba
What's the difference between inner join and left join?
what is normalization? : Sql dba
How to add new employee details in an employee_details table with the following details
What is trigger in sql? Explain
How to display the records between two range in Oracle SQL Plus?
What types of commands can be executed in sql*plus?
what are all different types of collation sensitivity? : Sql dba
what are sequences