Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Database
→
Introduction To Database in Database
→
Explain the difference between replace() and trans...
1.
Explain the difference between replace() and translate() functions in Oracle?
Answer»
S.no
REPLACE()
TRANSLATE
()
1.
It
REPLACES
the complete string at once
It replaces the character
ONE
by one
2.
If no
MATCH
is found, then it returns the string
If no match is found, then it returns the
NULL
value.
3.
REPLACE( string1, string_to_replace [, replacement_string] )
TRANSLATE( string1, string_to_replace, replacement_string )
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Explain self joins in oracle?
What is Oracle join syntax?
Please explain oracle left join with an example?
Please explain joins in oracle?
What is the dynamic SQL in Oracle?
Please explain drop constraint Oracle?
What are the various constraints used in Oracle?
What is translate in Oracle?
How to execute the package in Oracle?
What are packages in pl SQL and also explain its advantages?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies