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
List the different types of collation sensitivities in sql server?
Where are stored procedures in sql server?
Define candidate key, alternate key, and composite key.
How do you size a resultset?
What is a rownum?
How to create new tables with "select ... Into" statements in ms sql server?
How to execute stored procedure in select statement sql server?
What are scalar functions in sql?
Define ACID properties in a Database?
What are the 3 types of schema?
Can we write trigger for view?
Do you have any idea about the tcl commands?
How to start sql server browser service?
Explain about the command-line tool SQLCMD?
What is difference between cte and view?