Stored procedure and stored function concepts

a database object

Including: tables, views, indexes, sequences, synonyms, stored procedures, stored functions.
 
two definitions
Refers to the subprograms stored in the database for all user programs to call, called stored procedures and stored functions.
 
Three similarities and differences
Stored procedures and stored functions are similar: programs that perform specific functions.
The difference between a stored procedure and a stored function: whether to use the return statement to return a value.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326123143&siteId=291194637