what are steps for interface?
where is exchange rate defined in which table?
No Answer is Posted For this Question
Be the First to Post Answer
What is user managed backup in Oracle?
Is it possible to insert comments into sql statements return in the data model editor ?
What is clusters ?
What is an Oracle view?
Why packages are used in oracle?
Can you tell me how to add new column in existing views?how?How is possible?
Why oracle is used?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
What are the different type of Segments ?
how many types of index?
How to retrieve values from data fields in record variables?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X