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 SQL query to see first 100 recorders from table?

Answer Posted / ammu

SQL server
select top 100 * from table_name;
Oracle
select * from table_name where rownum<=100;
MySQL
select * from table_name limit 100;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between SIT AND IST?

3327


What is frame level testing and how do we test it?

2561


When did u complete testing ? Which scenrio should not be in automation testing ? why ?

3172


What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...

2237


How do u go about testing of web application?

2166


Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.

4983


what is Test management fundamental?

2325


Changes and enhancements to system?

2143


Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?

1446


What were the major challenges u faced while testing

2581


A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?

1236


what is functional testing terminologies

2577


Can you explain the elementary process?

1221


what does 80hz refresh rate indicates?

2938


I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?

2328