AST BuilderStatementsQueryingData Sorting and LimitingOn this pageData Sorting and Limiting Todo ORDER_BY: Sorts the result set in ascending or descending order based on specified column(s). LIMIT: Limits the number of rows returned in the result set. OFFSET: Skips a specified number of rows in the result set.