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 I reset a sequence in oracle?
Will you be able to store pictures in the database?explain.
What is sequence?
What happens to the indexes if a table is recovered?
How to commit the current transaction in oracle?
What privilege is needed for a user to create tables in oracle?
Oracle
Which is better Oracle or MS SQL? Why?
6. Display the client name and order date for all orders using the traditional method.
When do we use group by clause in a sql query?
What do you mean by merge in oracle and how can we merge two tables?
What do you mean by group by clause?
How to convert characters to dates in oracle?
How to use windows user to connect to the server?
What is the max number of columns in an oracle table?