select names starts with a,b,c
Answer Posted / roopesh kumar
Select * From emp Where substr(ename,1,1) In
('a', 'b', 'c', 'S');
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the advantages of stored procedure in sql server?
How to remove duplicate rows from table except one?
How to backup encryption key ?
What are statistics?
What is the order by used for?
Explain about Joins?
What are different types of data sources?
How to create a ddl trigger using "create trigger" statements?
What are the different types of subquery?
What is implicit cursors?
what are constraints? Explain different types of constraints? : Sql server database administration
How to encrypt Strored Procedure in SQL SERVER?
How do we synchronize On-Premise SQL server with SQL Azure?
What are the restrictions while creating batches in sql server?
what are the new features in SSRS?