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.



I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 ..

Answer / 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

More Oracle General Interview Questions

what is kernel?

2 Answers   Microsoft,


What is Read-Only Transaction ?

3 Answers  


How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example

1 Answers   Polaris,


what is the dual table in oracle?

0 Answers  


What is bulk copy or bcp in oracle?

0 Answers  






Explain the use of rows option in exp command.

0 Answers  


What is an oracle user account?

0 Answers  


What a SELECT FOR UPDATE cursor represent.?

1 Answers  


Explain implicit cursor.

0 Answers  


Differnce between view and index

3 Answers  


What do you mean by merge in oracle?

0 Answers  


What are the different type of Segments ?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)