in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / muthu kumar
select * from emp where empname like '%j%'
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the aggregate and scalar functions?
Explain the different index configurations a table can have?
Explain about nested stored procedure?
Explain how many types of relationship?
Explain about merge replications?
What is the correct order of the logical query processing phases?
What function does a database engine serve in the sql server?
What is an indexed view?
What is RAID? What are the different types of RAID configurations?
Explain the disadvantages/limitation of the cursor?
What is the use of @@spid?
When would you use a before or after trigger?
How to trouble shoot if unable to connect SQL Server
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
How much does sql server 2016 cost?