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 different types of collation sensitivity? : Sql dba
how to convert dates to character strings? : Sql dba
Explain constraints in sql?
Is time a data type in sql?
How to get unique records from a table?
what is normalization? : Sql dba
How do we use distinct statement? What is its use?
What is the difference between joins?
Which is better join or inner query?
What is record data type?
What is the difference between function and procedure in pl/sql?
what is 'mysqld'? : Sql dba
What is linq to sql?
What are the three forms of normalization?
Can we join tables without foreign key?