if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / arunbhararthi
you can use top keyword to fetch the first 20 records from
sql server.Here is the query for that:
for example:
select top20 empname from emp.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is the web.config file in asp?
Where is the view state data stored?
Why and where this web.config file is used?
Define the steps to set up validation control.
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
How can I open ashx file in mobile?
What is application variable?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Should I delete cookies?
where can i gather the materials for MCP certification
Give an example of cookie abuse.
Is asp.net mvc still used? : Asp.Net MVC
What is bound controls
What are the advantages of passport authentication?
What is data binding in asp net?