Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
minimum of two(replace)
declare a number; b number; c number; procedure findmin(x IN number,y IN number,z out number) is begin if x<y then z:=x; else z:=y; end if; end; begin a:=23; b:=45; findmin(a,b,c); dbms_output.put_line('mini of (23,45)'||c); end;
run
|
edit
|
history
|
help
0
Recursive sql
Cursor Employee Table. [Table create, insert and display]
Srinivas
addition
Function to return factorial of a number in PLSQL
fff
Srinivas
ishu
epoch
s