Multiple choice technology databases

The maximum size for expressions, variables, and arguments passed to stored procedures.

  1. 255

  2. 256

  3. 16483

  4. 1024

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

Sybase imposes size limits on expressions, variables, and procedure parameters. The value 16483 bytes (approximately 16KB) represents the batch size limit for SQL statements and parameter data in certain Sybase configurations, constraining how much data can be passed in a single operation.