Answer: A relational table must not contain a(n) duplicate row.
Step-by-step explanation:
In the context of relational databases, this principle is part of the rules defined by Edgar F. Codd, the inventor of the relational model for database management. According to these rules, each row in a table should be unique and identifiable, typically by a primary key. This ensures data integrity and consistency in the database