Answers

Question and Answer:

  Home  OCI (Oracle Call Interface)

⟩ Suppose I have table that has student names in it. If I query on the names my result set should return as VALUE NOT ENTERED for null entries?

select nvl(ename,'value not available') from student;

 127 views

More Questions for you: