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 is the difference between cartesian product and cross join?
Differentiate between a primary key and a unique key.
Why are sql functions used?
What are the various editions of sql server 2017 that are available in the market?
What are pages and extents? : SQL Server Architecture
Difference between report and query parameter.
How many types of subqueries are there in sql server?
How to execute function in stored procedure sql server?
Does index slows down insert statements?
What is the difference between a stored procedure and a user defined function?
What are trace flags?
How and why use sql server?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
How to connect to SQL Azure Database by using sqlcmd?
Where the sql logs gets stored?