Multiple choice technology platforms and products

What type of a field can have Auto Update?

  1. CHAR

  2. LONG CHAR

  3. DATE

  4. NUMBER

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

DATE fields support auto-update functionality (like automatically updating to the current timestamp when a record is modified). CHAR, LONG CHAR, and NUMBER fields do not have auto-update capabilities.