Write SQL query to see first 100 recorders from table?

Answer Posted / ranjeet verma

select top(100)* from emp

select top 100 * from emp
Select * from emp where rownum<=100
select top 100 percent * from emp

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...

3411


What is quality center? What are the modules of quality center?

664


*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these

1828


Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.

1619


What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)

1100






What is the first test in software testing process?

688


What are all the scenario for 1.google analytics 2.api 3.paypal

1442


can anyone tell me few critical bugs in ecommerce project.

5570


Where we have to use perl scripting in Testing approach and its importance

1642


If project wants to release in 3months what type of risk analysis you do in test plan?

693


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

1191


Describe your experiences with code analyzers.

1718


What is concurrent user hits in load testing?

805


Hi.....wat r d major bugs we can find in banking domain???

1968


What are similarities of Agile and Scrum?

2453