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 a pixel url?
How many types of state management are there in asp net?
What are the properties of the eventargs argument when capturing keyboard events?
What is the full form of asp.net?
What is asp.net introduction?
What is the default authentication mode for asp.net?
What methods are fired during the page load? Init()
What are the types of validation in asp net?
What is the full meaning of asp.net?
Explain About duration in caching technique
What is the maximum amount of memory any single process on windows can address?
What is the difference between server-side scripting and client-side scripting?
Explain how can we inherit a static member?
What is is post back property in asp net?
What is ashx file in asp.net?