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

What is the default fill factor value?

668


Explain how to use linked server?

643


Explain what is “asynchronous” communication in sql server service broker?

586


What are the default system databases in sql server 2000?

610


How to insert data into an existing table?

636






What is the difference between a view and a stored procedure?

655


How do I delete a sql server database?

634


‘Order by’ is not allowed in a view how can you sort information from a view?

693


How to download microsoft sql server 2005 express edition?

683


what are the different stages of Report Processing?

105


What area unit the various kinds of info compression introduced in sql server 2008?

657


What is the difference between a "where" clause and a "having" clause?

715


What is the difference between functions and scalar functions?

654


What are the advantages dts has over bcp?

625


What types of Joins are possible with Sql Server?

642