-- The SQL NOT EXISTS Operator will act quite opposite to EXISTS Operator. -- It is used to restrict the number of rows returned by the SELECT Statement. SELECT column_name FROM table_name WHERE NOT EXISTS (Write Subquery to Check);