Multiple choice technology databases

Which two are types of functions available in SQL?

  1. String

  2. Character

  3. Integer

  4. Calander

  5. Numeric

  6. Translation

Reveal answer Fill a bubble to check yourself
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.