Answer Posted / winnie
In NVL function , it allows to replace with a value when a
null value is encountered.
The syntax is
SELECT NVL(EMP_NAME,'ABC') FROM EMP;
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Why do we need pl sql?
How does index help in query performance?
Explain the difference between drop and truncate commands in sql?
What are the types of join and explain each?
What is a memo field?
How do sql databases work?
What is natural join in sql?
Can we create clustered index without primary key?
what is the difference between undefined value and null value? : Sql dba
how is exception handling handled in mysql? : Sql dba
What is primary key and foreign key with example?
what is 'mysqlimport'? : Sql dba
Could you please provide oca (oracle 10g) dumps for my certification ?
what is a record in a database ? : Sql dba
what are date and time data types? : Sql dba