What does TOP 1 mean in an sql query?
SELECT TOP 1 RequestId FROM PublisherRequests
The TOP can be used to return as many rows as necessary, or a percentage of the total rows included - for more information, see http://msdn.microsoft.com/en-us/library/ms189463.aspx