Syntax: SELECT TOP n select_list FROM T Get top n records SELECT select_list FROM T LIMIT n OFFSET m Skip m retop,limit, offset