Multiple choice technology programming languages

How many data types do we have in ESQL?

  1. 4

  2. 7

  3. 9

  4. 5

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

ESQL (IBM Integration Bus/IBM MQ) has seven basic data types: BOOLEAN, INTEGER, DECIMAL, FLOAT, CHARACTER, BLOB, and DATETIME. This count varies from standard SQL which has more types, but ESQL's type system is designed for message flow processing.