SQL-ArithmeticOperators-And-OR-Page16
πArithmetic Operators
Below are the arithmetic operators of SQL database:
+ Addition, - Subtraction, /Division,
* Multiplication, ** Exponentiation,
() Enclosed Operation
πAND Operator
The Oracle engine will process all rows in a table and display the result only when all of the conditions specified using the AND operator are satisfied.
The database engine will process all rows in a table and display the result only when any of the conditions specified using the OR operator is satisfied.
Comments
Post a Comment