You are on page 1of 1

WHERE clause is used as a condition for specific records that match the

condition(s) as the result:

SELECT *
FROM Table_name
WHERE EmployeeID = 1008 ;

You might also like