• Why is the type char(3) ?

    If I use one of the below selects, then it is all the same !

    select convert (char(3),11/9)

    select convert (int,11/9)

    select convert(float ,11/9)