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
Does sql server 2000 clustering support load balancing?
plss anybody specify tha constrian management system in dbms
How retrieve field names from the table in SQL through JAVA code?
Please illustrate physical database architecture? : SQL Server Architecture
What are the source of constraints?
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
Can we return Data from 4(more than 1) tables in stored procedure?
How to convert a table data in XML format in sql server?
What is difference between count (*) and count 1?
What are the requirements to use odbc connections in php scripts?
Which trace flags are enabled in sql server?
do views contain data ?
What is Extended user-defined?
Explain how many types of relationship?
Can you pass expressions to function parameters?