Answer Posted / goutam
nvl(expr1,expr2)
if expr is null
expr is the converted value.
nvl(name,'not known')
name is null
then it show not known
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of stored procedures?
How do I create a sql script?
What is crud sql?
How can we solve sql error: ora-00904: invalid identifier?
How to start oracle sql developer?
What is a temp table?
what is a record in a database ? : Sql dba
What are the two types of periodical indexes?
What is the difference between execution of triggers and stored procedures?
What is autocommit sql?
what are string data types? : Sql dba
How do you pronounce sql?
Explain the update statement in sql
What do you mean by stored procedures? How do we use it?
When is a declare statement required?