Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
DBMS
nth highest salary in Oracle using DENSE_RANK
Cursor Explicit
Srinivas
Practice
prime number programe using pl/sql
Srinivas
Patient0021
Kartik DBMS Program
Srinivas
stackse - search stackoverflow differently
Please log in to post a comment.