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 |
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
How to join two tables in a single query using oracle?
Compare and contrast between sql and sql server and explain its various functions?
What are main difference between Stored Procedure and Functions.
What is the order of defining local variables and sub procedures/functions?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
which is the best training centre for learning oracle?
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
write a query that displays every Friday in a year with date?
What are the trigger associated with image items ?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
Explain the family trees and connection by clause