• If you really want to optimize it for performance, make it a tinyint.  Create a lookup table with all the appropriate values in it and use that.  Numerics are always faster than text.

    As to null and unknown, I'll stick with Codd's definition of it.  Why bother defining something that is already defined?