select names starts with a,b,c
Answer Posted / lakshmi narayanan r
SELECT * FROM abc a WHERE a.ename LIKE '[a-c]%'
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Why do we need different type of parameter?
what are constraints? Explain different types of constraints? : Sql server database administration
What is an indexing strategy?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
What are sparse columns?
What is the difference between clustered and non-clustered indexes in ms sql server?
What is database isolation in sql server? : sql server database administration
What are the security related catalog views? : sql server security
Explain the flow of creating a cube? : sql server analysis services, ssas
What the different components in replication and what is their use?
What is bcnf normalization form?
What is indexing in sql server with example?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
Delete duplicate rows without using rowid.
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?