Which two are types of functions available in SQL?
-
String
-
Character
-
Integer
-
Calander
-
Numeric
-
Translation
B,E
Correct answer
Explanation
SQL functions are categorized into types including Character functions (for string manipulation) and Numeric functions (for mathematical operations). Options A, C, D, and F are incorrect - 'String' and 'Integer' are data types not function categories, 'Calendar' should be 'Date', and 'Translation' is not a SQL function category.