Can we use out parameter in function?
Answers were Sorted based on User's Feedback
Answer / anoop
Yes we can use out parameter in functions, it is of great
use when we intend to return more than one value from a
function.
Is This Answer Correct ? | 16 Yes | 4 No |
Answer / 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 |
Answer / suresh babu
Yep,we can use the out parameter in Function,the Function won't show the error when using the out parameter.But it is meaningless.The Function,which used the out parameter never return the result.The IN parameter only useful for Functions.
Is This Answer Correct ? | 0 Yes | 0 No |
What is sql profiler in oracle?
Delete duplicate records in the emp table.
What are all the difference between Like and Contains ?
Which are the different character-manipulation functions in sql?
What are the two characteristics of a primary key?
Which clause of an UPDATE statement allows you to affect only certain rows of a table? 1. The WHERE clause 2. The SET clause 3. The ROWS AFFECTED clause 4. The ORDER BY clause
what does the t-sql command ident_incr does? : Transact sql
What is sql partition function?
what is the difference between to_char and to_date functions?
Explain the difference between sql and mysql.
what is blob? : Sql dba
What types of commands can be executed in sql*plus?