| Home / Oracle / Database / |
Q: Explain the concept of NULL |
|
|
In SQL NULL means the value is unknown. This is not same as 0 or the empty string ''. To check if the value in a column is NULL we use the clause "IS NULL" Function nvl is used to replace the null value with some other value.
|
|
Powered by
KBPublisher (Knowledge base software)
