what is difference between stored procedures and
application procedures,stored function and application
function?
Answer Posted / swapna
stored procedures are subprogrammes stored in the database
and can be called & execute multiple times where in an
application procedure is the one being used for a
particular application same is the way for function.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the types of index in sql?
how to create a new table by selecting rows from another table in mysql? : Sql dba
How do you declare a variable in pl sql?
what is myisam? : Sql dba
What makes a good primary key?
discuss about myisam index statistics collection. : Sql dba
In what condition is it good to disable a trigger?
What is a sql*loader control file?
What is the purpose of a secondary key?
How to call a javascript function from pl sql?
What is normalization? How many normalization forms are there?
What is a delimiter in sas?
Write a query to find the names of users that begin with "um" in sql?
What is varchar data type in sql?
how to drop an existing index in mysql? : Sql dba