Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pl/sql basic print hello world
declare a varchar2(34); begin a:='hello world'; dbms_output.put_line(a); end;
run
|
edit
|
history
|
help
0
ABC
Srinivas
For loop
creation of table
DBMS
g
oracle-cast-to-varchar-without-precision
Addition of two numbers
add pl/sql
oracle procedure example