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?

Submitted by: Administrator
select nvl(ename,'value not available') from student;
Submitted by: Administrator

Read Online OCI Job Interview Questions And Answers