Multiple choice technology

Which is not a valid datatype in Ab Initio?

  1. datetime

  2. decimal

  3. void

  4. number

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

Ab Initio's valid datatypes include datetime, decimal, and various numeric types, but does not have a generic "number" datatype. The correct numeric types are specific types like int, decimal, float, etc. "void" is typically used in programming languages but not as a datatype in Ab Initio's DML.

AI explanation

To answer this question, we need to understand the valid datatypes in Ab Initio. Let's go through each option to determine which one is not a valid datatype:

Option A) datetime - This option is a valid datatype in Ab Initio. It represents a date and time value.

Option B) decimal - This option is a valid datatype in Ab Initio. It represents a decimal number with a fixed precision and scale.

Option C) void - This option is a valid datatype in Ab Initio. It represents an absence of a value or a null value.

Option D) number - This option is not a valid datatype in Ab Initio. The correct answer is D.

The correct answer is D) number. This option is not a valid datatype in Ab Initio.