What is redo log?
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
What is oracle update statement with inner join ?
Why do we need oracle client?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
how to delete all duplicate records from a table using subquery?
difference between truncate and delete ,drop?
Hi Can any one tell me what are the API's used in requisition import.
How to write date and time interval literals in oracle?
wirte the syntax of update query?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
What is oracle rownum?