Multiple choice technology

Which of the following is a false statement about conditional dml ?

  1. A conditional field must not contain a reference to either a lookup function or a global variable.

  2. Although DML syntax allows you to include a function field as part of a conditional field, the function field is not conditional and works the same way whether or not the condition is met.

  3. A record type cannot declare nullable and conditional fields at the same time.

  4. A conditional field can share a delimiter with the record.

  5. For a conditional field to be nullable, it must have a default value.

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

This question asks which statement about conditional DML is FALSE. The correct answer is D because conditional fields CANNOT share delimiters with the record - each conditional field must have its own delimiter specification. Options A, B, C, and E are all true statements about conditional DML fields in Ab Initio.