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
System requirements for sql server 2005 express edition?
How can you list all the table constraints in a database?
What is a db view?
Can you index views?
What is change data capture (cdc) in sql server 2008?
Is natural join and equi join same?
What will be query used to get the list of triggers in a database?
What does dml stand for?
What is the impact on other user sessions when creating indexes?
Do you know concepts and capabilities of sql server?
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?
What does man by sql wildcard characters in sql server?
Write a sql query to delete duplicate records from a table called table1
What is a group function explain with an example?
What do you mean by an execution plan? Why is it used?