Answer Posted / gourvendra singh
A procedure a subprogram used to perform a specific action
whereas a function is a subprogram which is used to compute
a value,in procedure we can use parameters(IN,OUT,IN OUT)
but in function we cant
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Is sqlite free?
how to add a new column to an existing table in mysql? : Sql dba
What is rename command in sql?
Can you sum a count in sql?
What is the difference between joins?
How to check if a column is nullable before setting to nullable?
Can a procedure in a package be overloaded?
how do you know the version of your mysql server? : Sql dba
What is not equal in sql?
discuss about myisam index statistics collection. : Sql dba
What are the two characteristics of a primary key?
explain what is mysql? : Sql dba
What is nested table in pl sql?
What are triggers and its uses?
what are the differences between binary and varbinary? : Sql dba