Which operator is used to compare the null values in sql?
Thursday, December 29, 2022
Add Comment
Question: Which operator is used to compare the null values in sql?
The IS NULL operator is used to compare null values in SQL. This operator is used to determine whether a specified expression is NULL or not. It returns a Boolean value, with true indicating that the expression is NULL and false indicating otherwise.
0 Komentar
Post a Comment