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 to create an oracle database manually?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
Explain parameter file in oracle.
How to display row numbers with the records?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What are the general rules on data consistency?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to create id with auto_increment on oracle?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
How to count groups returned with the group by clause in oracle?
How to connect to oracle using service name instead of sid?
What does sharding mean?
What is the dynamic sql in oracle?
What is primefaces used for?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100