Why you should use parentheses with AND & OR in SQL
If you filter the data in SQL with WHERE using multiple logical conditions tied with AND & OR, PLEASE use the parentheses them accordingly.
Because if you don't, your fellow team members are going to have a harder time understanding your intent.
You ...
datawise.dev1 min read