A data analyst uses the following SQL query to perform basic calculations on their data. Which types of operators is the analyst using in this SQL query? Select all that apply.

Correct
The analyst is using the division operator (/) in this SQL query to divide the sum of “yes” and “no” responses by the total number of surveys.
Correct
The analyst is using the addition operator (+) in this SQL query to calculate the sum of “yes” and “no” responses.