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
How to drop an existing user defined function in ms sql server?
What are the characteristics of modern DBMS?
What is nonclustered index with included columns ?
Is it important for a database administrator to understand the operating system and file access?
Can I disable or restrict ssrs export formats (rendering formats)?
What are the components of sql server service broker?
Why is normalisation important?
What are the properties and different types of sub-queries?
What is a rollup clause?
Can binary strings be converted into numeric or float data types?
What does the on delete cascade option do?
Can select statements be used on views in ms sql server?
What is query and its types?
What is sql server database?
How to modify the underlying query of an existing view?