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
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Who can consume WebAPI?
What is the difference between c# and .net?
What is scope of an application variable in asp.net?
What is a session http?
Are cookies client side or server side?
Describe the master page.
What are web server controls in asp.net?
Where would you use an ihttpmodule, and what are the limitations if any?
What is a postback ispostback and autopostback in asp net?
Explain http handlers? Where we can use the http handlers?
What are the 3 types of web?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is parse in asp.net?
What is the file through which you can customize your asp.net application?