retagged by
1,067 views

1 Answer

3 votes
3 votes

NULL = unknown 
unknown AND True = unknown
unknown AND False = False
unknown AND unknown = unknown

unknown OR True = True

unknown OR False = unknown
unknown OR unknown = unknown


So according to me answer is
option B) A and C are selected.

 

Related questions

0 votes
0 votes
1 answer
1
shikharV asked Dec 8, 2015
403 views
Given answer: BI don't know how to deal with NULL in such query operations. Please explain.
3 votes
3 votes
2 answers
3
shikharV asked Dec 8, 2015
1,181 views
Use the following tables for the below queries wherever table $1$ and table $2$ are used:Select *From Table 1Where not exists (Select $T_{2}B$ From Table 2 where $T_{2}B ...