'NOT' Can Be Used With Another Operator To Combine Positive and Negative Conditions
'NOT' Can Be Used With Another Operator To Combine Positive and Negative Conditions
mysql> SELECT * -> FROM employee -> WHERE ((employee.id = 1) -> AND (employee.city != 'Vancouver'));