What is execute immediate in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain temporal data types in oracle
how to find count rows in table without count function?
What are the differences between char and varchar2 in oracle?
How to convert a string to a date in oracle database?
Can you tell me how to add new column in existing views?how?How is possible?
Differentiate the standard purchase order,Blanket purchase agreement,Contract purchase agreement,Planned purchase order?
Can we write dml statement in function in oracle?
How to get maxsal , minsal, ename department wise in single query
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
Explain self joins in oracle?