NOT operator to the above query as follows:
| SELECT product_name, standard_cost FROM products WHERE standard_cost NOT BETWEEN 500 AND 600 ORDER BY product_name; |
The following illustrates the result:

NOT operator to the above query as follows:NOT operator to the above query as follows:
| SELECT product_name, standard_cost FROM products WHERE standard_cost NOT BETWEEN 500 AND 600 ORDER BY product_name; |
The following illustrates the result:
