function can return value ,procedure also return value through
out parameter then what is the difference?
Answer Posted / dinakar
Though a procedure returns a value through OUT parameter,
it cannot be used in a SELECT statement. Whereas a function
can be used in a SELECT statement.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
How to use distinct and count in sql query? Explain
Explain the the update statement in sql?
what is the use of friend function? : Sql dba
What is a natural join sql?
What is where clause in sql?
Can sql developer connect to db2?
what is 'mysqlshow'? : Sql dba
Is join an inner join?
How to write a query to show the details of a student from students table whose
Is sql a dbms?
What is the use of index in hive?
What is the use of nvl function?
Can we insert data into view?
What is the main reason behind using an index?