A set has no duplicates.
A set is not ordered.
We will discuss the question of duplicates later, but for now let’s have a look at row order.
SQL does not specify how data is to be stored, as that is a matter for the DBMS software. Neither does it specify in what order data should be fetched.
However, you do have the option to specify a row ...