Write SQL query to see first 100 recorders from table?

Answer Posted / ammu

Oracle
select * from table_name where rownum<=100;

SQL server
select top 100 * from table_name;

MySQL
select * from table_name limit 100;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail

1804


what is date field test case

1707


What is build interval period?

2103


what is test scenario and test condition?

1735


Actually by using severity you should know which one you need to solve so what is the need of priority?

962


Hi to all, im vaibhav i joined a MNC as a tester and i got a banking (HSBC) project can any one tell me as a fresher what kind of strategy i sholud use to perform better. thanx

2145


Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?

1900


I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)

1430


how to clarify functional requirements and non functional requirements in a srs?

1843


Hi friends, Im an MBA Finance, 2 yrs of exp workng in Investment com, + around 2 yrs of exp in Manual testing in Finane domain. Im looking for manual testing jobs but not getting any calls, Im worried is manual tesing in finance domain do have any good scopes in future or not. Plz provide me ur valuable suggestion,so tht I can best decision to retain in this platform(manual testing). or not

2133


Why is software testing required?

938


Can you explain steps in function points?

894


Write test cases on duster

4678


What is ofx testing?

991


can any one post the format of tracebility martrix Plz...... Maid Id: sandhya.shyamala@yahoo.com

2047