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

Answer Posted / ashok

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

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are horizontal and vertical scaling?

144


Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .

1485


Which is better statement or preparedstatement?

518


What is a field in a table?

574


What is database replication? What are the different types of replication you can set up in sql server?

500






What is nolock hint in sql server 2008

630


How to convert character strings into numeric values?

571


What is the current limitation of the size of SQL Azure DB?

102


Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?

621


What is the data tier application?

145


What is 2nf in normalization?

532


What are binary string data types in ms sql server?

652


Why truncate is ddl?

606


What are ddl triggers and types of ddl trigger?

604


What is t-sql script to take database offline – take database online.

600