Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
display table 5 for using for loop
declare k number:=10; begin for j in 1..10 loop dbms_output.put_line(k*j); end loop; end;
run
|
edit
|
history
|
help
0
HELLO WORLD
TRIGGER
Srinivas
Factorial from SQL
temporal overlap in oracle
checking for lower case
sum of array in pl/sql
Srinivas
Srinivas
function to check if reverse of a string s1 is a superstring of string s2.