ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  QA Concepts
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
how to retrive only second row from table in sql server 
2000?
 Question Submitted By :: Ravi148
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to retrive only second row from table in sql server 2000?
Answer
# 1
eg:

select top2 *  from tablename
this table retrive only second row only

from 2nd row if u want only number and name

then like this we have to write
eg:
select top2 empno,ename from emp
 
Is This Answer Correct ?    0 Yes 2 No
Nagapawan
 
  Re: how to retrive only second row from table in sql server 2000?
Answer
# 2
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 ?    0 Yes 4 No
Prakash T
 
 
 
  Re: how to retrive only second row from table in sql server 2000?
Answer
# 3
Select < fields names > from <table name > Limit 1,1
 
Is This Answer Correct ?    0 Yes 0 No
Swagata Mukherjee
 

 
 
 
Other QA Concepts Interview Questions
 
  Question Asked @ Answers
 
Give one example for both QC and QA Satyam7
what is QA/QC LIFE CYCLE? Gradient-Technologies2
what is requirements review process? Can anyone please explain me? Thanks, Prasanna  3
what are the limitations of testing?explain in detail plz??  5
how do u create a data table QA1
I. A code inspection is held for new code. II. A code inspection is held for reused code. III. A code inspection is held after the first compilation. IV. A code inspection is held after the first error-free compilation. Which of the statements above are true of code inspections? 1. I and IV 2. I, II, and IV 3. I, II, and III 4. II and IV 5. II and III  1
Whate is Software Testing Methodologies Codon-Software6
What and where are the policy statements that dictate quality assurance in your project?  1
What kind of documentation is required for QA,QC and testing.?Tell me the diffrence between QA,QC and testing Tvs-Lucas3
What are the testing techniques? pls let me know in detail HCL2
How do you start your QA if there are no system requirements? Lucent6
What is Mutation Testing? Vyons-Labs8
What's the role of documentation in QA  1
what is entry and exit criteria?  5
what is target user?  1
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why? Satyam2
what is the difference between quality assurance and quality control Cap-Gemini4
How would you describe the involvement you have had with the bug-fix cycle between Development and QA?  1
What type of documents would you need for QA/QC/Testing?  3
what r the key components in a test plan document? Semantic-Space6
 
For more QA Concepts Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com