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
What is SQL Azure?
What are the types of table?
What are the character string functions supported by sql server 2005?
Explain mixed authentication mode of sql server?
What happens if ntwdblib.dll is missing on your machine?
What is buffer cash and log cache in sql server?
What is the default Port No on which SQL Server listens?
What objects does the fn_my_permissions function reports on? : sql server security
What is the need for group functions in sql?
Does table partitioning improve performance?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is resource governor in sql server?
Which is the latest version of sql server and when it is released?
How to get the number of affected rows?
How to generate create procedure script on an existing stored procedure?