TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – bigint data type:


The bigint data type is a numeric data format used in database systems, including certain database projects, to store very large whole numbers. It uses 8 bytes, or 64 bits, of storage space, allowing it to represent a much larger range of integer values than smaller integer data types. Because of this extended capacity, it is suitable for applications that require the handling of very large numerical values.


The range of numbers that can be stored using the bigint data type extends from negative two raised to the sixty-third power up to two raised to the sixty-third power minus one. This means it can represent extremely large positive and negative integers, making it useful in databases that manage large counters, identifiers, or calculations involving large numerical values.

Picture
0 Comments