Interviewer And Interviewee Guide

SQL Plus Interview Question:

Explain How do we replace a comma (,) with a blank in a select statement?

Submitted by: Administrator
select empno||' '||ename from emp;

select replace (column name,',','') from table name.
Submitted by: Administrator

Read Online SQL Plus Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.