Computer Science, asked by sam2767, 1 year ago

discuss various types of numeric field base ?

Answers

Answered by sonu29325
9
Numeric Data Types
Numeric Data Type Overview
Overview and usage of the numeric data types
TINYINT
Tiny integer, -128 to 127 signed
BOOLEAN
Synonym for TINYINT(1)
SMALLINT
Small integer from -32768 to 32767 signed
MEDIUMINT
Medium integer from -8388608 to 8388607 signed
INT
Integer from -2147483648 to 2147483647 signed
INTEGER
Synonym for INT
BIGINT
Large integer
1
DECIMAL
A packed "exact" fixed-point number.
DEC, NUMERIC, FIXED
Synonyms for DECIMAL
FLOAT
Single-precision floating-point number
DOUBLE
Normal-size (double-precision) floating-point number
DOUBLE PRECISION
REAL and DOUBLE PRECISION are are synonyms for DOUBLE
BIT
Bit field type
Floating-point Accuracy
Not all floating-point numbers can be stored with exact precision.

pls mark it brainliest✨✨✨

sonu29325: my real name is Chiranjeeb nd sonu is pet name
sonu29325: i'm in 11th
Neha9821: okay
sonu29325: from Jamshedpur,Jharkhand♥
sonu29325: ur intro
Neha9821: I'm Neha in class 10th
sonu29325: ohh
sonu29325: nyc
Neha9821: from Delhi
sonu29325: ⭐⭐
Similar questions