⟩ Explain How do we replace a comma (,) with a blank in a select statement?
select empno||' '||ename from emp;
select replace (column name,',','') from table name.
select empno||' '||ename from emp;
select replace (column name,',','') from table name.
Is it possible to change the warehouse after booking the Sales order, If Yes how to de allocate the items booked in previous warehouse?
Explain difference between Discrete mfg and Process manufacturing?
Tell me how to debug the report?
Do you know is it possible to run the interface without using oracle apps?
Do you know where we can check the status of po?
What is pick selection list generation report?
What is back order in OM?
What are the error tables in OM?
Tell me where we find the status of order information?
Explain what are the tables of auto invoice?