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

Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation

2 Answers  


What is a cube? : sql server analysis services, ssas

0 Answers  


select empid empname from employee What is the result for the about query?

4 Answers  


What is data source object?

0 Answers  


What are the authentication modes in SQL Server?

4 Answers   IBM, iSmart,






hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?

7 Answers   Google, TCS, Unisys,


What is named query? : sql server analysis services, ssas

0 Answers  


What is Command line parameters in PLSQL.?

0 Answers   MCN Solutions,


What is DAC? what is the use of it?

1 Answers   Wipro,


What are the properties of primary key?

0 Answers  


What are cursors stored procedures and triggers?

0 Answers  


What are triggers in ms sql server?

0 Answers  


Categories