Can You explain the syntax of ISNULL in SQL SERVER
| Returns a Boolean value that indicates whether an expression contains no valid data we can also use this as conditional operator and also as if else loop.
syntax:- isNull("dotnet","SQL")if condition is true then its return dotnet if not then SQL |
|
