Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
write a programe of simpleInterest
declare p number; rate number; t number; simpleIntrest number; begin p:=1000; rate:=2; t:=2; simpleIntrest:=p*rate*t/100; dbms_output.put_line('this is the result of simpleInterst'||' '||simpleIntrest); end;
run
|
edit
|
history
|
help
0
ABC
cote corr
Test
Srinivas
Srinivas
Cursor Explicit
oracle plan
[Implementação] Prova Supero - Oracle
create table
if-else condition in pl/sql