Database Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what is the largest value that can be stored in a BYTE data field?
Answer:
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).
Download Database Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is BCP? When is it used? | Tell us what is a FOREIGN KEY? |