Behind all SQL databases is Relational Database theory, which gives databases a solid mathematical foundation. Among other things, databases are based on mathematical sets.
A set has no duplicates. This is part of why good database design ensues that there are no repetitions.
A set is unordered. Of course, you can’t view the contents without its being in some sort of order, but the ...