Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
6
-- find greatest b/w two no. declare a int(5):=5; b int(5):=10; begin if a>=b then dbms_output.put_line(a||' is greater'); else dbms_output.put_line(b||' is greater'); end if; end;
run
|
edit
|
history
|
help
0
ishu
Srinivas
creation of table
Srinivas
Test
max of 2(function)
Understanding basic loop
fff
Srinivas
add of two num