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


Please Help Members By Posting Answers For Below Questions

How to write a left outer join with the where clause in oracle?

623


Point out the difference between user tables and data dictionary?

538


How many types of cluster table in Oracle?

571


What are the uses of Database Trigger ?

1099


How to view all columns in an existing table?

547






How do we get field details of a table?

547


what is the difference between restoring and recovering?

552


Explain a segment?

615


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1521


How to divide query output into groups in oracle?

555


What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar

3822


In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??

1203


Explain the importance of .pll extension in oracle?

551


How to use regular expression in pattern match conditions in oracle?

573


What is the difference between pre-select and pre-query?

619