Which of the following is the correct result of the following SQL? SELECT * FROM users WHERE age = NULL; A. Rows where age is NULL are retrieved B. Rows where age is not NULL are retrieved ...