Which normalization that uses functional dependency?
Which normalization that uses functional dependency? A. 0NF B. 1NF C. 2NF D. None correct Answer: Option C
Which normalization that uses functional dependency? A. 0NF B. 1NF C. 2NF D. None correct Answer: Option C
Which normalization that does not use functional dependency? A. 1NF B. 2NF C. 3NF D. All correct Answer: Option A
Which step is correct for 3NF? A. Each attribute value must be single B. Remove transitive dependency C. Remove partial dependency D. None correct Answer: Option B
Which step does not belong to 2NF? A. Remove partial dependency B. Connect from a primary key to a foreign key C. Remove repeating group D. All correct Answer: Option C
Which step belongs to 2NF? A. Remove duplicated row B. Remove repeating group C. Remove partial dependency D. All correct Answer: Option C
Which step is consisted in 1NF? A. Set a primary key B. Remove partial dependency C. Add a relationship to the tables D. None correct Answer: Option A
1NF contains a correct answer below? A. Remove partial dependency B. Remove transitive dependency C. Remove repeating group D. All correct Answer: Option C
Which step is wrong for 1NF? A. Remove partial dependency B. Each row must be unique C. Remove repeating group D. None correct Answer: Option A
Which step does not belong to 1NF? A. Each attribute name must be unique B. Each attribute value must be single C. Add a relationship to the tables D. All correct Answer: Option C
What is the biggest problem is database? A. Redundant data B. Wrong attribute name C. Missing data D. All correct Answer: Option A