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
prgms ora
write a programe of simpleInterest
Example of Local and Global variables
Emp
SQL Test
testElham
DEPT
create table employees as e. No, e. Name., e. Phone no, e. Salary
4
Srinivas