And Clause

Advertisements

Where Clause in SQL Or Clause in SQL

And Clause

And clause are use to combined two or more than two condition together. In this case you need must be true both condition then return the result otherwise no return any result.

Suppose you want to get only those employee record who have more than 30000 salary and more than 5 year experience in that case you can combined these two condition by using and clause.

Syntax

SELECT columns  
FROM tables  
WHERE condition 1  
AND condition 2;  

Employee table

emp_idnamesalaryexperience
101Amit240008
102Rahul3400010
103Sultan540002
104Gaurav460006
105Hitesh350004

Example

SELECT * from Employee
WHERE salary>30000 AND experience>5;

Result after using AND clause: Here ony show those employee detail who have more than 30000 salary and more than 5 years experience

emp_idnamesalaryexperience
104Gaurav460006
102Rahul3400010

Where Clause in SQL Or Clause in SQL

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements