Conditional Operators:- =, , =, , !=, !>, !< Example: Select * from emp where id=1 Select * from emp where salary > 9000 Logical Operators:- and, or, not, between, like, in, all, any, some Example: Select * from emp where salary>999 and city=”Chandigarh”; Note:- Both Condition should be satisfied. Select * from emp where