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
How do you audit configuration management
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
what are the tables in testcases?
Explain what is traceability matrix?
Why regression testing is important?
What is code walkthrough?
can u share your though about test leakage matrix with template?
What actually a SQA Tester do in His/ Her first (entry level) Job?
Why you choose automated testing over manual testing?
What is boundary testing?
What is conformance testing?
Enlist the priority of the testing tasks defined by the qa team in product development.
hello.. i have learnt testing manual and automation tools and im working as test engineer in a software company still i do need more testing skill so where can i get more knowledge about testing . please advice me
How do you train another QA engineer?
What is a bug life cycle?