If you don't specify an order in your SQL query, the database will give you the results in the order in which it finds the records in the tables.
So you may never rely on the database giving you the correct order, if you didn't tell it how to order the results.