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 / 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 |
Post New Answer View All Answers
Explain a data segment?
How to change program global area (pga) in oracle?
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
What are the different windows events activated at runtime ?
What is where clause in oracle?
Can group functions be used in the order by clause in oracle?
What is enter substitution variable in oracle?
How to define a data field as not null?
How to create a new table in your schema?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How to unlock the sample user account in oracle?
How to insert a new row into a table in oracle?
What is a directory object?
How to run the anonymous block again?
what's query optimization and without use of IN AND Exist can we get another way data from query