Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
creation of table
--Oracle 11g Express Edition --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 customers ( customer_id number(10) NOT NULL, customer_name varchar2(50) NOT NULL, city varchar2(50) );
run
|
edit
|
history
|
help
0
addition
Count of 'A' from given string
cote corr
minimum of two(replace)
Function to return factorial of a number in PLSQL
ff
Srinivas
Srinivas
Oracle Test1
DEMO.CUSTOMER