Why are duplicate tuples not allowed in a relation?
Duplicate tuples are not allowed in a relation because they create redundancy of data inside a data base which slows down the data processing like querying, inserting, deleting, updating etc. of the database.