can i make my own function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can i make my own function?

23rd Jul 2016, 3:30 PM
Neeraj
5 Answers
+ 2
yes you can using create procedure privilege in Oracle database using pl/sql - search create or replace function on Google
23rd Jul 2016, 4:37 PM
Saurabh Joshi
Saurabh Joshi - avatar
+ 1
please explain this if it possible ..
23rd Jul 2016, 3:31 PM
Neeraj
+ 1
ya that's called stored procedures
23rd Jul 2016, 4:24 PM
ashwath nm
ashwath nm - avatar
0
stored procedure is like functions in other programming languages , you can create a stored procedure with specific function ( ex: joining 2 tables and retrieving specific rows) and then you use it in your query.
24th Jul 2016, 2:06 PM
adham nawito
adham nawito - avatar
0
Yes, you can create a procedure or function and call there.
6th Oct 2016, 2:48 PM
Ricardo KONO