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 employee where name like=%'j'%

Thanx
Ashok

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does union all remove duplicates?

700


Where the sql logs gets stored?

624


What stored by the msdb? : sql server database administration

638


What are basics of policy management?

724


How to download and install the scaled-down database adventureworkslt?

692






what is a deadlock? : Sql server database administration

582


How to delete duplicate rows?

624


Why can there be only one clustered index and not more than one?

625


Tell me what is de-normalization and what are some of the examples of it?

659


Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many

606


Explain what is use of dbcc commands?

599


What is statement level trigger?

645


What is row_number()?

694


Write the SQL query to drop, truncate and delete table.

647


You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?

657