in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / nithya_raghu
select * from emp where empname like J%
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What are the new security features added in sql server 2012? : sql server security
What is a database table?
What is the difference between stored procedure and functions?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
What is sql server used for?
What are the advantages dts has over bcp?
What is the difference between a function and a trigger?
What is sharding?
Do you know the cursor types?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
What is ms sql server index?
What are sp_configure commands and set commands?
How will you make an attribute not process? : sql server analysis services, ssas
Can select statements be used on views in ms sql server?
What is the difference between local and global temporary tables?