• You can read more here about designing this: http://www.sqlservercentral.com/articles/Stairway+Series/70199/

    In terms of practical stuff, you'll want to learn how to CREATE TABLE as well as using constraints or unique indexes to prevent multiple values.

    This can also help: http://www.sqlservercentral.com/articles/Database+Design/72054/