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
Describe in brief databases and sql server databases architecture.
What are the types of processing and explain each? : sql server analysis services, ssas
in the physical file layout, where should the transaction log be stored in relation to the data file?
How to execute multiple stored procedures at one time in sql server?
What is the beast way to write CTE in SQL Server ?
What are the dmvs?
Can I use sql azure as a backup with log shipping or database mirroring?
What is log ldf?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
What is database mirroring?
What are different types of raid configurations? : SQL Server Architecture
How many levels of sp nesting is possible?
How to create a login account in ms sql server to access the database engine using "create login" statements?
Explain raiserror in sql server?
How to assign new column names in a view?