Means that you would get the same sort order each time you run the query. Example. If you have an employee table with an attribute for Sex, and you sorted JUST on Sex, you would get all the females first, then the males. However, within the sex, there would be no guarantee as to the order. If you added the employee # to the sort, then each time it would sort the same way.
Bruce