What is the difference between translate and replace?
No Answer is Posted For this Question
Be the First to Post Answer
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
How to drop an existing view in oracle?
How to select the name of employee who is getting maximum sal with out using subquery
Explain a data segment?
What are the varoius components of physical database structure of oracle database?
hai, when to use char and varchar2....?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
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 is Library Cache in Oracle?
How view is different from a table?
What are virtual columns?
What is private procedure oracle?