Thursday 10 March 2016

OR Keyword

This condition build the choice between two options by specifying the OR keyword in the select statement.
 
 
 
Example
 
 
Select * From EMP_Database Where EMP_NAME ='Ramneek' OR EMP_NAME = 'Rakesh'

No comments:

Post a Comment