why do we use Is Null Criteria in a query
Answers
Answered by
2
Answer:
A
database uses a special value for these holes: NULL. ... We do this by using the filter "is null" in the criteria row of our query. We use "is null" and not simply "null", like we would for any other filter, because for many database systems, NULL is a special value that isn't comparable to anything else.
Explanation:
Suppose we wanted to know which experiments are missing hours data. We do this by using the filter "is null" in the criteria row of our query. We use "is null" and not simply "null", like we would for any other filter, because for many database systems, NULL is a special value that isn't comparable to anything else.
Explanation:
pls add me to brainliest to help me
This is your answer
Similar questions