Multiple choice technology databases

Which of the following are not operators you can use in a math formula within a SQL statement?

  1. +

  2. (

  3. ]

  4. /

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SQL mathematical expressions, you can use arithmetic operators like +, -, *, /, and parentheses () for grouping. The square bracket ] is not a valid SQL operator for math formulas. SQL uses standard mathematical notation.