Question: Note: A repeating group means that a table contains two or more columns that are closely related. For example, a table that records data on


Note: A repeating group means that a table contains two or more columns that are closely related. For example, a table that records data on a book and its author(s) with the following columns: [Book ID], [Author 1], [Author 2], [Author 3] is not in 1NF because [Author 1], [Author 2], and (Author 3] are all repeating the same attribute. Normalization 1NF-20 PTS TABLE_PRODUCT Product ID Color Price red, green 15.99 - 2 yellow 23.99 green 17.50 yellow, blue 9.99 red 29.99 UNF: TABLE_PRODUCT (PRODUCT ID. Color, Price) INF: Normalization 2NF-40 PTS Customer ID WN - - TABLE_PURCHASE_DETAIL Store ID Purchase Location 1 Los Angeles 3 San Francisco 1 Los Angeles New York 3 San Francisco WN - w 4 INF: TABLE_PURCHASE_DETAIL (CUSTOMER ID, STORE ID, PURCHASE LOCATION) 2NF: Normalization 3NF-50 PTS TABLE_BOOK_DETAIL Book ID Genre ID Genre Type Price Gardening 25.99 Sports 14.99 10.00 Gardening Travel 12.99 Sports 17.99 2NF: TABLE_BOOK_DETAIL(BOOKIR, GENREID,GENERETYPE,PRICE) 3NF: Note: A repeating group means that a table contains two or more columns that are closely related. For example, a table that records data on a book and its author(s) with the following columns: [Book ID], [Author 1], [Author 2], [Author 3] is not in 1NF because [Author 1], [Author 2], and (Author 3] are all repeating the same attribute. Normalization 1NF-20 PTS TABLE_PRODUCT Product ID Color Price red, green 15.99 - 2 yellow 23.99 green 17.50 yellow, blue 9.99 red 29.99 UNF: TABLE_PRODUCT (PRODUCT ID. Color, Price) INF: Normalization 2NF-40 PTS Customer ID WN - - TABLE_PURCHASE_DETAIL Store ID Purchase Location 1 Los Angeles 3 San Francisco 1 Los Angeles New York 3 San Francisco WN - w 4 INF: TABLE_PURCHASE_DETAIL (CUSTOMER ID, STORE ID, PURCHASE LOCATION) 2NF: Normalization 3NF-50 PTS TABLE_BOOK_DETAIL Book ID Genre ID Genre Type Price Gardening 25.99 Sports 14.99 10.00 Gardening Travel 12.99 Sports 17.99 2NF: TABLE_BOOK_DETAIL(BOOKIR, GENREID,GENERETYPE,PRICE) 3NF