Moderate

All raw data types should be read and uploaded to the database as an array of________________?

Correct answer: B. byte

  • A. int
  • B. byte
  • C. char
  • D. bollean

Explanation

Binary or raw data is commonly represented as a byte array before being read from or uploaded to a database, since each byte stores a unit of binary data. The other types do not represent arbitrary raw binary content reliably.

Last updated

Practise Database Systems

49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions