2. MySQL: AND, OR & NOT Operators
We ended the last blog with the WHERE clause; now, we will be looking at some of the operators that can be used with the WHERE clause.
Points to remember:
MySQL is not case-sensitive. It means that the query select * from city will return the same o...
shenoywrites.hashnode.dev2 min read