Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
first_program
--Oracle Database 18c Express Edition Release 18.0.0.0.0 - Production --please drop objects you've created at the end of the script --or check for their existance before creating --'\\' is a delimiter select banner as "oracle version" from v$version declare var1 varchar2(10); num1 number(3); begin var1 := 'Tutorials'; num1 := 100; dbms_output.put_line('val1 :' || var1); dbms_output.put_line('Num1 :' || num1); end
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
jxs1
Factorial
epoch
query
add of two num
sum of array in pl/sql
cote corr
PL/SQL variables and constant
1
scott
Please log in to post a comment.