+ 5
Is it possible to designing your own functions? Or are all of them built in?
5 Antworten
+ 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
+ 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
+ 2
Yes. You can provided that you remark them with a given procedures.
+ 1
yes it is valid..but you should use pl/SQL.you will also find similar concepts in pl/sql
0
yaya u can,,