Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
if-else condition in pl/sql
declare a number; begin a:=20; if(a<60)then dbms_output.put_line('a is lessthan 60'); else dbms_output.put_line('a is greater than 60'); end if; end;
run
|
edit
|
history
|
help
0
Kartik DBMS Program
PL/SQL declaracionVariables
Srinivas
query
DEMO.CUSTOMER
Srinivas
HELLO WORLD
function to check if reverse of a string s1 is a superstring of string s2.
write a programe of simpleInterest
7