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


Please Help Members By Posting Answers For Below Questions

Can I disable or restrict ssrs export formats (rendering formats)?

108


What are the advantages of using a stored procedure?

556


Why I can not enter 0.001 second in date and time literals in ms sql server?

536


What is a derived table?

509


What are views in ms sql server?

597






what's the difference between a primary key and a unique key? : Sql server database administration

499


What is the stored procedure?

561


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

603


How is SQL Azure different than SQL server?

91


How to populate a table in sql server?

504


How can you check the level of fragmentation on a table?

608


How to use union to merge outputs from two queries together in ms sql server?

556


What is the stuff and how does it differ from the replace function?

531


What is encryption key?

84


How to loop through result set objects using odbc_fetch_row()?

467