in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.

Answer Posted / kalpana

select * from emp where name like '%J%'

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of subquery?

908


How global temporary tables are represented and its scope?

716


What is filestream?

739


What keyword you will use to get schema appended to the result set of a ‘for xml’ query?

780


What do you think of this implementation? Can this be implemented better?

701






What is explicit cursors?

733


What are “unrepeatable reads”?

940


Explain forward - only cursors?

703


What is implicit cursors?

746


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

860


List some case manipulation functions in sql?

773


What is the difference between insensitive and scroll cursor?

756


What are the purposes of floor and sign functions?

729


List out the differences between the clustered index and non-clustered index in sql server?

700


What are the difference between data mart and data warehouse? : sql server analysis services, ssas

706