
SQL NOT Operator
The NOT Operator returns the results when the condition mentioned in the WHERE CLAUSE is not TRUE . The condition is matched and returns those values from the columns that are not true to the condition. Syntax of NOT Operator – SELECT column1,column2,column3,…,columnN FROM table_name WHERE NOT condition; Here, as in the syntax shown, in the WHERE clause, we can add