Explain the difference between replace() and translate() functions in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to a remote server?
How does Oracle guarantee data integrity of data changes?
How to create additional tablespaces for an new database?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
What a SELECT FOR UPDATE cursor represent.?
difference between truncate and delete ,drop?
Can you drop an index associated with a unique or primary key constraint?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Difference between an implicit & an explicit cursor.?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is oracle server autotrace in oracle?
how to do daily transactions with out sql* loader control file regesterd in apps?