View Single Post
Old 08-12-2020, 07:42 AM   #3
Kumkum
Registered User
 
Join Date: Dec 2017
Posts: 43
MySQL function is a stored program that can be called when required and passed parameters to get a value in return. You can create your own functions, but there are many built-in functions provided you can use off the shelves.

You can use the functions in SQL statements or as queries in MySQL. Alternatively, they can also be used within a MySQL programming environment.

You can check: https://hoststud.com/new/resources/c...must-know.647/
Kumkum is offline   Reply With Quote