how to retrive only second row from table in sql server
2000?
Answer Posted / prakash t
Here you go,
for example , consider one EPmloyee table , to get a 2nd
row :
General syntax :
Select < fields names > from <table name > where rownum
= <row ID>
Ex : select Ename , Eid , Designation from Employee where
rownum=2
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What the first thing You’ll do as a SQA Tester if I hired You?
What is your understanding regarding a test plan?
What is base concept of QA against usability Issues
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
How frequently is your project audited? How do you know the result of these audits?
List out the software quality practices through the software development cycle?
What type of tests you perform on the web based application?
What is code complete?
When a non-conformance is noted during these "reviews", what happens next?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?
What is the strategy for automation test plan?
A payroll system?
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
What are verification and validation and difference between these two?
When we should continue testing?