Multiple choice technology databases

which of the below functions are not used in Sybase

  1. Current_date

  2. Datachange

  3. Gettime

  4. Convert

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

CURRENT_DATE is a valid Sybase date function. DATACHANGE (or DATECHANGE) exists in Sybase for tracking data modifications. CONVERT is a standard Sybase function for data type conversion. GETTIME() is not a standard Sybase function - the correct function is GETDATE() which returns both date and time. Sybase does not have a GETTIME() function.