• Lynn Pettis (9/28/2013)


    What are the correct data types for the following columns:

    sexID

    statusID

    firstname

    middlename

    lastname

    sexID int

    statusID int

    firstname varchar(20)

    middlename varchar(20)

    lastname varchar(20)

    that is in my table