Practical 4.dbms Final - 124154
Practical 4.dbms Final - 124154
AIRTHMETIC OPERATORS
1. SQL plus (+) operator:
This operator is used to add two or more expressions or numbers.
. COMPARISON OPERATORS
1. Equality operators:
This operator is used to test equality in the query.
2. Inequality operator:
In SQL, there are two ways to test for inequality in a query. Either by
using < > or! = operator.