Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
HELLO WORLD
DECLARE text VARCHAR2(25); BEGIN text:='hello world'; DBMS_OUTPUT.PUT_LINE(text); END;
run
|
edit
|
history
|
help
0
Create a dynamic table
Srinivas
first_program
scott
Reverse of a number
Count of 'A' from given string
procedure to calulate LCM of three numbers
Srinivas
HELLO WORLD
Kartik DBMS Program