136
GB
3NF is violated when
IN
3NF का उल्लंघन कब होता है
A
Non-key attribute depends on whole PK
गैर-कुंजी विशेषता संपूर्ण PK पर निर्भर करती है
B
Non-key attribute transitively depends on PK through another non-key attribute
गैर-कुंजी विशेषता किसी अन्य गैर-कुंजी विशेषता के माध्यम से सकर्मक रूप से पीके पर निर्भर करती है
C
PK is composite
पीके समग्र है
D
FK is NULL
एफके शून्य है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
3NF violation: X→Y→Z where Y is not a primary key (transitive dependency through non-key).
व्याख्या (हिन्दी)
3NF उल्लंघन: X→Y→Z जहां Y प्राथमिक कुंजी नहीं है (गैर-कुंजी के माध्यम से सकर्मक निर्भरता)।