Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between TRANSLATE and REPLACE?
Home
Oracle
What is the difference between TRANSLATE and REPLACE?
0
votes
asked
Jan 17
in
Oracle
by
AdilsonLima
What is the difference between TRANSLATE and REPLACE?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17
by
AdilsonLima
Translate is used for character by character substitution and Replace is used substitute a single character with a word.
...