Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Rdbms
--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 Create table Employee (E_name Varchar2 (20), B_Date Date, Salary Decimal (10, 2), Address Varchar2 (80), Constraint PK_Employee Primary key (Ename));
run
|
edit
|
history
|
help
0
Srinivas
Reverse of a number
Srinivas
3
Srinivas
admt
DEPT
g
mr
Oracle Test1