SQL SQL WHERE CLAUSE December 24, 2021December 24, 2021 Abdul Mohammad (AMD) 0 Comments SQL WHERE CLAUSE The WHERE clause is used to filter records. The WHERE clause is used to extract only those records that fulfill a specified criterion. SQL WHERE Syntax SELECTcolumn name(s) FROM table_name WHERE column name operator value