Tell me what is the largest value that can be stored in a BYTE data field?

Submitted by: Muhammad
The largest number that can be represented in a single byte is 11111111 or 255. The number of possible values is 256 (i.e. 255 (the largest possible value) plus 1 (zero), or 28).
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers