SQL Fundamentals — Hard What is the output of: SELECT NULL = NULL in SQL? A FALSE B NULL (unknown) C 1 D TRUE Show explanation