Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
Question 758 |
If an SQl query involves NOT,AND,OR with no parenthesis
NOT will be evaluated first; AND will be evaluated second;OR will be evaluated last | |
NOT will be evaluated first; OR will be evaluated second;AND will be evaluated last | |
AND will be evaluated first; OR will be evaluated second;NOT will be evaluated last | |
The order of occurrence determines the order of evaluation |
Question 758 Explanation:
Table: SQL Operator Precedence

The above table shows the SQL operator precedence.
The above table shows the SQL operator precedence.
Correct Answer: A
Question 758 Explanation:
Table: SQL Operator Precedence

The above table shows the SQL operator precedence.
The above table shows the SQL operator precedence.