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

Answer Posted / deepa

For those who names starts with letter J is

select * from emp where name like 'j%'

For those who names with letter J is

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

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

569


Can we insert data if clustered index is disabled?

506


How to create a dynamic cursor with the dynamic option?

549


What's new in sql management studio for sql server? : sql server management studio

576


Explain what is sql server english query?

530






What are different types of raid levels?

549


You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?

110


What is an identity?

567


What is query parameter in ssrs?

118


How can sql server instances be hidden?

524


Can you force a query to use a specific index?

528


what is a transaction and what are acid properties? : Sql server database administration

522


What are the parts of a function?

521


Why we use functions in sql server?

516


Explain indexing and what are the advantages of it?

524