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 extended events in sql server?
What is table constraint?
What are commonly used mssql functions in php?
What command would you use to add a column to a table in sql server?
What are transactions and its controls?
How to execute stored procedure and set temp table in sql server?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How can you hide the sql server instances?
Which is faster statement or preparedstatement?
What is attribute hierarchy? : sql server analysis services, ssas
What is the difference between system objects and user objects?
What are the two modes of authentication in sql server?
what is a correlated sub-query? : Sql server database administration
Explain different forms of normalization?
What is the difference between the 2 operating modes of database mirroring?