SQL OR operator
In the previous article, we learn how to use AND operator. In this post, we will learn when and how to use SQL OR operator. SQL OR is a logical operator. Like AND, SQL OR operator is used when we need to filter records on more than one condition. But unlike AND operator, a table […]
