📚 Practice Mode

Data Warehousing and Analytics Platforms

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?

  1. $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as a date/time.
  2. $$$SessStartTime returns the session start time as an integer and SESSSTARTTIME returns as a date/time.
  3. $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as an integer.
  4. There is no difference in practice. Either can be used to used to return the Session start time.