Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Srinivas
Cursor Employee Table. [Table create, insert and display]
Srinivas
DECODE() example
TALUNO
Srinivas
Srinivas
Kartik DBMS Program
Регулярное выражение, ограничить количество
pagination example
Please log in to post a comment.