Is it possible to designing your own functions? Or are all of them built in? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is it possible to designing your own functions? Or are all of them built in?

24th Apr 2016, 9:50 AM
Xaeros
Xaeros - avatar
5 Answers
+ 5
You can create your own functions and stored procedures in SQL. Check this out: http://dev.mysql.com/doc/refman/5.7/en/create-procedure.html
23rd May 2016, 4:35 PM
James Flanders
+ 2
yes you can. SQL has special feature through which you can make your own function. it's called stored procedure. it's pretty easy and effective
20th Jun 2016, 6:31 PM
Suman Ghimire
Suman Ghimire - avatar
+ 2
Yes. You can provided that you remark them with a given procedures.
28th Jun 2016, 1:31 PM
4xMafole
4xMafole - avatar
+ 1
yes it is valid..but you should use pl/SQL.you will also find similar concepts in pl/sql
22nd Jun 2016, 4:10 PM
gandhiyash
0
yaya u can,,
21st Jul 2016, 2:46 PM
Solo Player Sabin
Solo Player Sabin - avatar