Comparison Search Conditions
SELECT Name, Salary
FROM Employee
WHERE Salary >= 2500
SELECT EmpID, Name, Office
FROM Employee
WHERE Name <> ‘Anne Abel’
Previous slide
Next slide
Back to first slide
View graphic version