Thursday, October 11, 2012

using or operator

and operator displays record when all conditions are true.

And operator use like as

select * from employee
where lastname='samejo' and firstname='shahzad'


 

 

No comments:

Post a Comment