saiprasanna


{ City } vellore
< Country > india
* Profession * student
User No # 55538
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 0
Questions / { saiprasanna }
Questions Answers Category Views Company eMail




Answers / { saiprasanna }

Question { 3650 }

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.


Answer

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



Is This Answer Correct ?    9 Yes 0 No