This article provides an example to find employees from state 'Delhi' using select query.
select * from employees wherestatelike'Delhi';