Subject | Estonian | English |
comp., MS | märgiga täisarv | signed integer (An integer that has a positive or negative sign) |
comp., MS | märgita täisarv | unsigned integer (A data type that can only hold a whole number with a value greater than, or equal to, zero. In this implementation, the maximum value that an unsigned integer can hold is 0xFFFFFFFF (4,294,967,295)) |
comp., MS | suur täisarv | bigint (An integer data type with a value from -2^63 (-9223372036854775808) through 2^63-1 (9223372036854775807)) |
comp., MS | väga väike täisarv | tinyint (A data type of 1 byte (8 bits) that stores whole numbers in the range of 0 through 255) |
comp., MS | väike täisarv | smallint (A data type of 2 bytes (16 bits) that stores whole numbers in the range of -2^15 (-32,768) through 2^15 - 1 (32,767)) |