Multiple choice technology

True or False : Fixed length DML is faster in processing than delimited DMLs

  1. True

  2. False

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

Fixed length DML is indeed faster than delimited DML. In fixed length format, each field occupies a fixed number of bytes, allowing direct position-based access without parsing delimiters. Delimited formats require scanning for delimiters and handling variable-length fields, which adds processing overhead.