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 built in functions of sql?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Define select, insert, create, delete, update, drop keywords
What is sql analyzer?
Are pl sql variables case sensitive?
What is materialized view. What are different methods of refresh?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Why join is faster than subquery?
What is the current version of postgresql?
How do I send sql query results to excel?
Explain the working of primary key?
How does pl sql work?
How many primary keys can a table have?
what is log shipping? : Sql dba
What are the types of variables use in pl sql?