I want a table like,
no name address
addr1 addr2
So i want columns like addr1,addr2 under address column.
Can one please answer me.
Advance Thanks.
Answer / reddy
create type obj1 as object(addr1 varchar2(30),addr2 varchar2(30)); create type bbb as table of obj1; create tableemployee(no number(9),name varchar2(19), address bbb);
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain alias?
what are the differen between key flexifild and discriptive fiexifild.
What to do if the startbd.bat failed to start the xe instance?
what is the difference between authorization and authentication?
Why required to run root.sh at the time of installation and what exactly it will do
What are the arithmetic operations?
what is primary key and foreign key when and where have to use
Write a syntax for update query in oracle?
How to define a sub function?
How to connect ms access to oracle servers?
What is bulk load in oracle?
What is clustered table in Oracle?