operator is used to combine the different conditions?
Answers
Answered by
2
Answer:
The SQL AND & OR operators are used to combine multiple conditions to narrow data in an SQL statement. These two operators are called as the conjunctive operators. These operators provide a means to make multiple comparisons with different operators in the same SQL statement
.
.
.
hope it helps you...
Answered by
4
The SQL AND & OR operators are used to combine multiple conditions to narrow data in an SQL statement. These two operators are called as the conjunctive operators.
These operators provide a means to make multiple comparisons with different operators in the same SQL statement.
The AND Operator
The AND operator allows the existence of multiple conditions in an SQL statement's WHERE clause.
Similar questions