in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Answer Posted / faridha
select * from emp where ename like 'J%' or '%J' and
not like ('arjun','jagadesh','niranjan','anju','aaaj');
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the dbcc command and why is it used?
What are the different acid properties?
Describe in brief authentication modes in sql server.
how to trace the traffic hitting a sql server? : Sql server database administration
What are the disadvantages of primary key and foreign key in SQL?
Can you import Microsoft Excel data to SSRS?
You want to implement the many-to-many relationship while designing tables. How would you do it?
Explain intellisense for query editing
What are various aggregate functions that are available?
How to download and install microsoft .net framework version 2.0?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What triggers long term care?
What are scheduled tasks in sql server?
What stored by the model? : sql server database administration