What function do you use to convert a date string into “epoch time” in order to perform a calculation? NOTE: Epoch time is a computer readable date string. It is the number of seconds that have elapsed since Jan 1 1970.

✅  The correct answer is:

DATE

Question:

What function do you use to convert a date string into “epoch time” in order to perform a calculation? NOTE: Epoch time is a computer readable date string. It is the number of seconds that have elapsed since Jan 1 1970.

Solution:

  • DATE
  • DATE_CONVERT
  • DATE_VALUE
  • SINCE
  • UNIX