假设考试成绩的取值范围为0~150的整数,则最合适的数据类型是()。
A:.int
B:numeric(4,1)
C:tinyint
D:numeric(3,0)
出自:计算机科学