select names starts with a,b,c
Answer Posted / prashant
SELECT NAMES FROM TABLE_NAME
WHERE NAME LIKE 'a%'
or NAME LIKE 'b%'
or NAME LIKE 'c%'
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is multi-statement table-value user-defined function?
What are the general features of sql server management studio? : sql server management studio
Why use view instead of a table?
What are the 10 characteristics of data quality?
Explain about remote stored procedure?
In which sql server version report builder introduced?
What is an index. What are the types?
How do I install only the client tools of sql server 2000?
List out some of the requirements to set up a sql server failover cluster?
How to loop through returning rows?
What are joins in sql and what are the different types of joins?
Explain encryption of entire databases without the need for application changes in sql server 2008?
Do you know what is xpath?
What is difference between drop truncate and delete?
mention different types of relationships in the dbms?