Relationship : Storing multiple values for one
attribute of an entity is done through referenced key-foreign key
relationships. For more info, check this.
Set : A scalar datatype in mysql that can have zero or more values, each of which must be chosen from a list of permitted values specified when the table is created. For more info, please check this and this link.