The legal expression in SQL is option B) SELECT NAME FROM EMPLOYEE. Option A is invalid because NULL cannot be used as a column name. Option C is incorrect due to the incorrect usage of the equals (=) operator with NULL. Therefore, option B is the correct choice, as it retrieves the NAME column from the EMPLOYEE table.