Selection: Retrieval of data from table by providing both col_name and row_name.
If is a clause which is used to filter the condition of rows
It executes row by row.
Syntax:
Where col_name operrator values
Characteristics of where clause
Path of execution
FROM
WHERE
SELECT
Functionality:
goes to the execution area, search for the column name and filter the condition row by row.