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
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
If a table does not have a unique index, can a cursor be opened on it?
Why should we go for stored procedures? Why not direct queries?
What is an identity?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
What are the properties of the relational tables?
Can group functions be used in the order by clause in ms sql server?
How many replicas are maintained for each sql azure db?
Explain about builtinadministrator?
Can you explain the disadvantages/limitation of the cursor?
Explain tablesample?
Explain the microsoft sql server delete command? : SQL Server Architecture
What is hot add cpu in sql server 2008?
What is create statement?
Write a query for primary key constraint with identity key word?