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
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
Explain how you can deploy an SSRS report?
Explain features and concepts of analysis services?
Explain Geography datatype in SQL Server
How can a database be repaired?
What are the different types of normalization?
What is report server project?
What are the types of indexes?
Explain boyce and codd normal form(bcnf)?
What is hot add cpu in sql server 2008?
Name few of the dcl commands in sql?
What is 1nf normalization form?
What is similarity and difference between truncate and delete in sql?
How to delete database objects with "drop" statements in ms sql server?
1 01 101 01010