5. Which type of values can be store in Number data types.
Answers
Answered by
1
Answer:
The integer data type is often used to hold information like transaction IDs and store numbers. Integers are also used to represent date or time values, using the date , month , quarter , and time forms. For instance, the date 12/10/2013 is stored as the integer 20131210.
Answered by
3
Explanation:
The integer data type ( int ) is used to represent whole numbers that can be stored within 32-bits. The decimal data type ( dec ) is used to represent 64-bit floating point values. The text data type ( text ) is used to represent values that contain uppercase and lowercase letters, numbers, spaces, and symbols
FOLLOW ME
Similar questions