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 / 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 |
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
What is the exact use of Collections?
Explain an exception?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
what is kernel?
Can u make a synonym for deptno=10 only from emp table.
Can we convert a date to char in oracle and if so, what would be the syntax?
How to define an anonymous procedure without variables?
interview questions with answer for cts
What is a nvl function? How can it be used?
How to define a sub function?
What is a partition in oracle?