Multiple choice technology databases

Which four are types of functions available in SQL?

  1. string

  2. character

  3. integer

  4. numeric

  5. date

  6. conversion

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