Database Normal Form data depends on the key [1NF], the whole key [2NF] and nothing but the key [3NF]. 3NF vs BCNF BCNF: X->Y where Y can be prime or non-prime Here,X must be a super key 3NF: X->Y where Y is non-prime then, X must be a super key else X need not be super key