Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
addition
DECLARE a INTEGER:= 30; b INTEGER:= 40; c INTEGER; f REAL; BEGIN c:= a + b; DBMS_OUTPUT.PUT_LINE('Value of c:' || c); f:= 100.0/3.0; DBMS_OUTPUT.PUT_LINE('Value of f:' || f); END;
run
|
edit
|
history
|
help
0
Srinivas
Character inception test
7
creation of table
create table
scott
Srinivas
Understanding while loop
PL/SQL declaracionVariables
scott