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 two virtual tables available at the time of database trigger execution?
what are all the different normalizations? : Sql dba
What are the types of join in sql?
Why do we need sharding?
What is foreign key and example?
Can %notfound return null after a fetch?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How do we use distinct statement? What is its use?
Explain the uses of database trigger.
how to create a new view in mysql? : Sql dba
How do I start pl sql?
How are functions and procedures called in PL/SQL?
How do sql triggers work?
When are we going to use truncate and delete?
What are the different types of dbms?