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 Posted / sudipta santra
Yes you can. Just use the nested table concept . Then u can
make another table under the column Address. For a
particular row one address value can also hold the multiple
value for addr1 and addr2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is execute immediate in oracle?
What is the oracle implicit cursor?
What is an oracle data file?
Explain joins in oracle?
How to write a query with a right outer join in oracle?
How can you merge two tables in oracle?
Does oracle charge for java?
Calculate difference between 2 date / times in oracle sql?
How to create a new tablespace in oracle?
What is a sub query? Describe its types?
How to define a specific record type?
How to use "out" parameter properly?
What is varray?
Explain the use of Merge statement in oracle 11g
How to write a query with a left outer join in oracle?