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 samples and sample databases are provided by microsoft?
What does COMMIT command do?
How to create new tables with "select ... Into" statements in ms sql server?
what data regions are and what are the different data regions?
How do I create an extended event in sql server?
Does sql server use t sql?
Write a sql query to sort on different column name according to the parameters passed in the function?
What is row_number function?
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
What are dml (data manipulation language) statements in ms sql server?
How many replicas are maintained for each sql azure db?
Can we call future method from trigger?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
What are horizontal and vertical scaling?
Explain about Normalization?