Which four are types of functions available in SQL?
-
string
-
character
-
integer
-
numeric
-
date
-
conversion
B,D,E,F
Correct answer
Explanation
SQL functions are categorized into character (string manipulation), numeric (mathematical calculations), date (date manipulation), and conversion (changing data types) functions. 'String' and 'integer' are data types rather than standard SQL function categories.