Write an sql query to find the names of employees start with ‘a’?
Answer Posted / bhavana
SELECT name FROM employee where name LIKE a%;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the purposes and advantages stored procedure?
What's new in sql management studio for sql server? : sql server management studio
What do you understand by user-defined function in the sql server?
Explain how you can deploy an SSRS report?
What is Federation Root Database?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
State the difference between local and global temporary tables?
How to insert new line characters into strings?
What is nonclustered index with included columns ?
Explain sql delete command?
What is a join in sql?
What are clustered and non-clustered index?
How can you ensure that the database and sql server based application perform well?
How can we solve concurrency problems?
How to get a list of columns in a view using the "sp_columns" stored procedure?