As others said, first query returns no output because you cannot check for NULL with equals operator. The second query is more puzzling - my only guess is that you are using Oracle which treats empty strings as NULLs.
The answer to the question about values in Sex and DOB fields would depend on the type of those fields and database engine you are working with.