Multiple choice technology databases

maximum length for comments

  1. there is no limit

  2. 16843

  3. 255

  4. 1024

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Modern database and programming systems typically do not impose fixed length limits on comments. Comments are stored as text and their size is constrained only by available memory, storage, or practical query/batch limits rather than an arbitrary character count.