Computer Science, asked by tejasrazdan11, 6 hours ago

6. Which oite statement is wrong about integer family data types?
A. TINYINT is the smallest of the integer types and with a fixed length of three spaces and
occupies I bite
3. SMALLINT field accepts integers with a fixed length of five spaces and occupies 2 bytes.
C. INTEGER is the inost commonly used integer type with a fixed length of ten spaces and
occupies 6 bytes.
D. BIGINT accepts integers with a fixed length of nineteen spaces and it occupies 8 bytes.

Answers

Answered by nawabimranahmad273
0

Answer:

c one is wrong

plz make me brainlist

Answered by shilpa85475
0

Integer field accepts integers with a fixed length of five spaces and occupies 2 bytes.

Explanation:

Integer variables are stored as 16-bit numbers ranging in value from -32,768 to 32,767 .

The size of Integer is of 2 bytes.

Integer set of values are enumerated value. An enumerated value can contain a finite set of unique whole numbers.

Similar questions