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...


Selet all the data from table where last name is n of
employee

Answers were Sorted based on User's Feedback



Selet all the data from table where last name is n of employee..

Answer / saurav kumar

table: employee; column name: lastname

select * from employee where lastname like '%n'

Is This Answer Correct ?    29 Yes 0 No

Selet all the data from table where last name is n of employee..

Answer / anshu sharma

SELECT * FROM TABLE_NAME WHERE EMP_LASTNAME LIKE 'N%'

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More SQL Server Interview Questions

What is the use of custom fields in report?

0 Answers  


List out a number of the wants to setup a SQL Server failover cluster?

0 Answers  


One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d f f g h

1 Answers  


What are wait types?

0 Answers  


Where the sql logs gets stored? : sql server database administration

0 Answers  


Does sql server 2000 full-text search support clustering?

0 Answers  


What is a not null constraint?

0 Answers  


How to connect to a sql server using odbc_connect()?

0 Answers  


What is scalar user-defined function?

0 Answers  


What is an index?

8 Answers   Yardi Software,


Explain what is the difference between union and union all?

0 Answers  


Why use “nolock” in sql server?

0 Answers  


Categories