Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
PL/SQL Control Statements
testElham
display table 5 for using for loop
Srinivas
create table
if-else condition in pl/sql
Srinivas
Srinivas
Patient0021
zama
Please log in to post a comment.