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
How do you find current date and time in oracle?
What is format trigger?
Difference between inner join vs where ?
How to create a new tablespace in oracle?
Explain the use of indexes option in exp command.
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
Explain a data segment?
Explain the dml?
Difference between oracle's plus (+) notation and ansi join notation?
How can we delete duplicate rows in a table?
How to work with data objects interactively?
Whats the benefit of dbms_stats over analyze?
What is a sub query? What are its various types?
How to omit columns with default values in insert statement in oracle?
How do I find my oracle client driver version?