select names starts with a,b,c
Answer Posted / gopinath
SELECT NAMES FROM TABLE_NAME
WHERE NAME LIKE 'a%'
or NAME LIKE 'b%'
or NAME LIKE 'c%'
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Equi join and non equi join is possible with sql server?
How can we migrate from SQL server to SQL Azure?
what are the new features in SSRS?
What is filtered index?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
What is a performance monitor?
Explain relational data?
Is oracle faster than sql server?
What does it mean to manipulate data?
What are binary string data types in ms sql server?
How can you start sql server in different modes?
How to create a testing table with test data in ms sql server?
How optimize sql query with multiple joins in sql server?
List the different normalization forms?