183.

Assuming UserProfile is a table containing a column Profession which accepts NULL value. 
What is the result of the below query. 
SET ANSI_NULLS ON SELECT Profession FROM UserProfile WHERE (Profession <> NULL)

No description found.