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
What is the dbcc command and why is it used?
How to enable/disable indexes?
what are defaults? Is there a column to which a default can't be bound? : Sql server database administration
What is a non clustered primary key?
Mention the different types of replication in sql server.
What are the different type of replication in sql server?
How to execute stored procedure in select statement sql server?
Can we linked SharePoint to a SQL database?
what are database files and filegroups? : Sql server database administration
What are the fixed server level roles? : sql server security
What are the different types of locks in the database?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
What is built-in/administrator?
What is SQL Azure Fabric?
How to enter comments in transact-sql statements?