write a query the name ends with 'i' using sql server?

 Posted by aswinialuri-19361 on 7/29/2013 | Category: .NET Framework Interview questions | Views: 3568 | Points: 40
Answer:

select * from emp where name like '%i'
output:
aswini
aluri
devi

the query displays the person name ends with i only


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Yesda on: 8/20/2013 | Points: 10
Good sharing........

Login to post response