How to Identify the previously inserted/updated records in
already populated table.
No Answer is Posted For this Question
Be the First to Post Answer
What are the different approaches used by Optimizer in choosing an execution plan ?
What is a user role in oracle?
Difference between an implicit & an explicit cursor.?
Is it possible to disable the parameter from while running the report ?
How to convert times to characters in oracle?
Can we connect to ORACLE db using Windows Authentication?
What happens if you use a wrong connect identifier?
What is a snapshot in oracle database?
defination of bitmap index
What is Normalization ?
55 Answers ACS, Genpact, Graphix Solution, IBM, Keane India Ltd, TCS, Vault,
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
What a SELECT FOR UPDATE cursor represent.?