which of the below functions are not used in Sybase
-
Current_date
-
Datachange
-
Gettime
-
Convert
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.