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
When have you had to focus on data integrity?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Can you explain random/monkey testing?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
Can you explain tpa analysis?
Hi to all, im vaibhav i joined a MNC as a tester and i got a banking (HSBC) project can any one tell me as a fresher what kind of strategy i sholud use to perform better. thanx
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
Which model is following in your company for developing software?
What is back to back testing?
What is internationalization testing (i18n testing)?
Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You
how will we change the server system time?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
How will u decide test data to see that evey feature is thoroughly tested
What is user acceptance testing (uat)?