Multiple choice technology

Which one is not a DML type?

  1. String

  2. Char

  3. Decimal

  4. Integer

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

In Ab Initio DML, valid types include string, decimal, integer, date, datetime, and others. 'char' is NOT a valid DML type in Ab Initio - the correct type for character data is 'string' (or 'vector(string)' for arrays). Char might be confused with SQL character types, but Ab Initio DML uses 'string' instead.