Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
even and odd plsql block
declare no int:=0; ex_valid_roll exception; begin if no=0 then raise ex_valid_roll; end if; if(no mod 2=0) then dbms_output.put_line('even'); else dbms_output.put_line('odd'); end if; exception when ex_valid_roll then dbms_output.put_line(' no is not valid'); when others then dbms_output.put_line('other error '); end;
run
|
edit
|
history
|
help
0
prime number programe using pl/sql
First_Last_Day
Srinivas
scott
version_test
Srinivas
Srinivas
Oracle Test1
Sample 2 Table
Srinivas