📚 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?
- $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as a date/time.
- $$$SessStartTime returns the session start time as an integer and SESSSTARTTIME returns as a date/time.
- $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as an integer.
- There is no difference in practice. Either can be used to used to return the Session start time.