0
What are Boolean Literals?
3 Respostas
0
Sagnik Mukherjee, Sql server does not have a boolean data type and so the required operators IS TRUE, IS UNKNOWN etc, though SQL-99 Standard has both. Otherwise boolean literals are those that contain just two values 0 /1 or true/false. But in case of sql it has a numeric data type that just supports two values, 0 and 1 and one non value that is NULL.
l Hope this helps you.
0
yes , Aks's answer is completely accurate.
0
"Can Boolean literals be endorsed with the combination of elif?"