Thursday 10 March 2016

AND Keyword

Specifies the selection with AND keyword in which both condition should be matching in the database.

Example

Select * From EMP_Database where EMP_Name='Ramneek' AND Place ='Gurgaon'
 

No comments:

Post a Comment