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
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
What are the main key components in web applications?
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)
What is AGP?what is setup.inf?What are the ways to install driver?
what is the difference between website and web based application ?
can anyone tell me the scenarios for online banking transaction ?
How can write testcases on a code under development pls give asnwer
can you show me the test cases on registration form
What kind of testing to be done in client server application and web application? Explain
What different types of manual testing are there?
hi this is chik here iam showing my current project ERP and am prepair in hr model please tell me details about it and what all function test in hr model and give me some test caserelated to this module.Please tell me am faceing lots of problem in interview am not able to explain in interview please help me out my id is chiku_69@yahoo.in
Define cause effect graphing?
Where we have to use perl scripting in Testing approach and its importance
What will be your approach if a particular script in Load Test fails?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?