Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
addition of arrays
DECLARE type markarray is varray(10) of number; vmark markarray; total integer; begin vmark:=markarray(16,29,32,45,52,60,71,75,38,16); total:=vmark(1)+vmark(2)+vmark(3)+vmark(10)+vmark(8)+vmark(9); dbms_output.put_line('sum:'||total); end;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Oracle Test1
if-else condition in pl/sql
Srinivas
Srinivas
EMP
Simple calculator
Srinivas
get circle params
find if Xm % n is less than z and not equal to y.
Addition of two numbers
Please log in to post a comment.