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 PL/SQL ?

0 Answers  


What is a snapshot in oracle database?

0 Answers  


Use of an integrity constraint is better to validate data. Explain

0 Answers  


What is the relationship among database, tablespace and data file?

0 Answers  


What are joins, explain all types of joins?

0 Answers   Bravura Solutions,






How to define a data source name (dsn) in odbc manager?

0 Answers  


What are the uses of synonyms?

0 Answers  


What is a table index?

0 Answers  


what is the syntax of UPDATE command?

8 Answers  


What privilege is needed for a user to create indexes in oracle?

0 Answers  


How remove data files before opening a database?

0 Answers  


State some uses of redo log files?

0 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)