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
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What does the on delete cascade option do?
What is difference between count (*) and count 1?
Is a primary key unique?
How to find tables without indexes?
Define left outer join in sql server joins?
What are sql server functions?
Explain can SSRS reports Cache results?
What are the instances when triggers are appropriate?
What is transaction server distributed transaction?
what's the information that can be stored inside a bit column? : Sql server database administration
How data can be copied from one table to another table?
What are the recovery models for a database?
What is the difference between dbcc indexdefrag and dbcc reindex?
Does sql server use java?