Home »
MCQs »
SQL MCQs »
SQL Operators MCQs
Which of the statement is true?
7. Which of the statement is true?
- The precedence-low operators are evaluated last in SQL.
- The precedence-high operators are evaluated first in SQL.
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The precedence-high operators are evaluated first in SQL and precedence-low operators are evaluated last in SQL.