if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query?
Answer Posted / irfan
select * from table name where rownum <= 20;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Does asp.net still recognize the global.asa file?
What is asp.net master page?
How ASP.NET page works?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain how is a property designated as read-only?
What is localhost in asp.net?
Define resource files.
Explain different types of Caching techniques in ASP.NET?
What are httphandlers and httpmodules and difference between them?
Can you change a Master Page dynamically at runtime?
What are the differences between code behind and code inline?
How may clustered index we can create in table?
Is post back property in asp net?
Explain culture and uiculture values.
In which event of the page viewstate is available?