Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My PLSQL
Declare var1 varchar(10); num1 number(3); Begin var1 := 'Tutirial'; num1 := 100; dbms_output.put_line('VAR1 : ' || var1 ); dbms_output.put_line('NUM1 : ' || num1 ); End;
run
|
edit
|
history
|
help
0
Test
SQLWithOuterAndInnerLoop_UnableToExecute
even and odd plsql block
Srinivas
jxs1
Srinivas
0607-3
create table employees as e. No, e. Name., e. Phone no, e. Salary
Srinivas
wq1