Computer Science, asked by deepasingh40142, 7 months ago

what is the difference between || and ! operator in MYSQL? explain with example.

Answers

Answered by Itzabhi001
2

Explanation:

OR operator is also used to combine multiple conditions with WHERE clause. The only difference between AND and OR is their behaviour. When we use AND to combine two or more than two conditions, records satisfying all the specified conditions will be there in the result.

Similar questions