Write SQL query to see first 100 recorders from table?
Answer Posted / ammu
SQL server
select top 100 * from table_name;
Oracle
select * from table_name where rownum<=100;
MySQL
select * from table_name limit 100;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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)
Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com
When we use integration testing for any new system so why we required system testing.
In how many ways you perform batchtesting ?
What are the factors affecting a manual testing project and what are the ways to overcome it?
How to Generate Test Case for Shopping Cart?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
Explain Testing process in your organization?
What criteria would you use to select Web transactions for load testing?
1.what promted you to become involved in QA/Testing?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Diffrence b/w functional testing,functionality testing,system testing?