Q1
A relation is in 2NF if it is in 1NF and contains no:
mediumCorrect Answer: Partial dependency
Explanation:
Second Normal Form (2NF) requires that the table is in 1NF and has no partial functional dependencies (no non-prime attribute depends on a proper subset of a composite candidate key).