Multiple choice technology web technology

Which one of the Data Types is NOT supported by the PeopleCode programming environment

  1. OBJECT

  2. NUMBER

  3. TIMESTAMP

  4. DATE

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

PeopleCode supports various data types including Object, Number, and Date. TIMESTAMP is not a native PeopleCode data type - date/time values use the Date type with time components, or datetime.