Write SQL query to see first 100 recorders from table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ranjeet verma
select top(100)* from emp
select top 100 * from emp
Select * from emp where rownum<=100
select top 100 percent * from emp
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ammu
Oracle
select * from table_name where rownum<=100;
SQL server
select top 100 * from table_name;
MySQL
select * from table_name limit 100;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiva ch
Select TOP(100) from emp;
Displayed first 100 columns in emp table
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between white box, black box, and gray box testing?
How to prepare web applications use case document.can you send the some sample use case document for web application Project?
what is 2tier and multi tier architecture?
wht is need for testing?why testing is neccsary?why testing is done?
Best Institue for Manual Testig in Ameerpet or SR NAGAR OR MAITHRIVANAM?
How can we know bug is reproducible or not?
What is SCRUM model?
8 Answers Digient Technologies,
What is the difference between stress, volume and load testing?
What agile testing? how it is process?
Positive and Negative Testing - Which one to do first and why ?
how to test the cookies ?
How to overcome pesticide paradox?