Write an sql query to find the names of employees start with ‘a’?



Write an sql query to find the names of employees start with ‘a’?..

Answer / bhavana

SELECT name FROM employee where name LIKE a%;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is 'Join' and explain its various types.

0 Answers   Genpact,


What is self join in sql server joins?

0 Answers  


Is a primary key unique?

0 Answers  


Can we insert data into view sql server?

0 Answers  


write down the code for "how we delete a table without using of Drop command " ?

7 Answers   CarrizalSoft Technologies, Sonata,






What is the SQL?????????????????????????????

5 Answers   CMS,


Which table keeps the locking information?

0 Answers  


write an SQL query to list the employees who joined in the month of January?

0 Answers   Agilent, Amdocs,


How do I find my localdb version?

0 Answers  


What is read uncmmited?

0 Answers  


What is logshipping and its purpose?

0 Answers  


Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table?

5 Answers   eFunds,


Categories