Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to tune a stored procedure?

6 Answers  


Do you know what is a linked server in sql server?

0 Answers  


Can we passed multiple recordset(set of records) using a Stored Procedure

2 Answers  


How do you delete duplicate rows in sql server?

0 Answers  


How to turn off warning messages during php execution?

0 Answers  


Where the sql logs gets stored?

0 Answers  


what is a cursor and what is its use?

2 Answers   L&T,


What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?

11 Answers   World Tech, Yardi Software,


Can we insert data if clustered index is disabled?

0 Answers  


Explain difference between control flow and data flow?

0 Answers  


How to list all tables having unique constraints in any of the columns in a database.

1 Answers  


I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?

2 Answers   Techno Labs,


Categories