Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Document preview thumbnail
Vista previa 3 fuera de 18 páginas
Examen

WGU C170 Objective Assessment Exam With Complete Solution | Latest Update 2026/2027 | Graded A+.

Document preview thumbnail
Vista previa 3 fuera de 18 páginas

WGU C170 Objective Assessment Exam With Complete Solution | Latest Update 2026/2027 | Graded A+. Second Normal Form – 3 Tables In order to achieve second normal form we need to split the first table into three separate tables so that all non-key attributes are functionally dependent on the entire primary key. I took the attributes that are partially dependent on the primary key, and placed them into separate relations. Donut Name, Donut Description, and Unit Price depend only on Donut Order ID. Donut Quantity and Item Total depend on both Donut Order ID and Donut ID. Third Normal Form – 4 Tables In order to achieve third normal form we need to eliminate any transitive dependency, meaning an attribute depends on another attribute that is not the primary key. For example, looking at our second normal form tables, Customer Last Name is dependent on Donut Order ID. (Each Donut Order ID has only one Customer Last Name value associated with it) To transform into third normal form we simply move any transitively dependent attributes to their own relation where they depend on only the primary key. Entity Relationship Diagram using tables from A1C: Both the Customer and Donut entities have a single primary key and related attributes that describe them. The orderDetails table is an associative entity that shows the interactive relationship between the Donut, and donutOrder entities. The DonutOrder entity has a primary key of DonutOrder_ID, and a foreign key consisting of Customer_ID to record the order date, notes, and totals that describe the interaction of the Customer and Donut purchase with corresponding foreign keys. The cardinality from customer to donutOrder is 1-to-many as a customer can place multiple orders, while the cardinality in the other direction will be manyto-1 because a donutOrder will have at most one customer per order. The donut to orderDetails cardinality is 1-to-many as one donut can fill multiple orderDetail records, while in the other direction, an orderDetails record will have 1 donut per record, representing a many-to-1 relationship. The donutOrder to orderDetails cardinality is 1-to-many as one donutORder may reference multiple orderDetail records, and in the other direction, one orderDetails record will only pertain to one donutOrder. The orderDetails table has a composite primary and composite foreign key key consisting of donutOrder_ID and Donut_ID which shows the intersection data of the Donut and donutOrder tables. C. Develop the SQL code to create each of the third normal form tables you designed in part A and refined in part B: CREATE TABLE `Customer` ( `Customer_ID` INT UNSIGNED NOT NULL, `First_Name` VARCHAR(25) NOT NULL, `Last_Name` VARCHAR(25) NOT NULL, `Address` VARCHAR(25) NOT NULL, `Apt` VARCHAR(4), `City` VARCHAR(25) NOT NULL, `State` VARCHAR(2) NOT NULL, `Zip` VARCHAR(5) NOT NULL, `Home_Phone` VARCHAR(12) NOT NULL, `Mobile_Phone` VARCHAR(12), `Other_Phone` VARCHAR(12), PRIMARY KEY (`Customer_ID`)

Vista previa del contenido

WGU C170 Objective Assessment Exam With Complete
Solution | Latest Update 2026/2027 | Graded A+.




First Normal Form – 1 Table

I gleaned this table from the unstructured data contained within the order form. I made sure not to
have any redundant groups, and each column in the table will contain atomic values. Donut ID, Donut
Name, Donut Quantity, Unit Price, and Donut Description are an example of a repeating group. As I
mentioned earlier, in order to achieve first normal form, we must eliminate repeating groups. This
requires the use of a composite key made up of Donut Order ID and Donut ID.

,Second Normal Form – 3 Tables


In order to achieve second normal form we need to split the first table into three separate tables so
that all non-key attributes are functionally dependent on the entire primary key. I took the
attributes that are partially dependent on the primary key, and placed them into separate relations.
Donut Name, Donut Description, and Unit Price depend only on Donut Order ID. Donut Quantity and
Item Total depend on both Donut Order ID and Donut ID. Third Normal Form – 4 Tables

In order to achieve third normal form we need to eliminate any transitive dependency, meaning an
attribute depends on another attribute that is not the primary key. For example, looking at our
second normal form tables, Customer Last Name is dependent on Donut Order ID. (Each Donut Order
ID has only one Customer Last Name value associated with it) To transform into third normal form we
simply move any transitively dependent attributes to their own relation where they depend on only
the primary key.

, Entity Relationship Diagram using tables from A1C:

Both the Customer and Donut entities have a single primary key and related attributes that describe
them. The orderDetails table is an associative entity that shows the interactive relationship between
the Donut, and donutOrder entities. The DonutOrder entity has a primary key of DonutOrder_ID, and
a foreign key consisting of Customer_ID to record the order date, notes, and totals that describe the
interaction of the
Customer and Donut purchase with corresponding foreign keys. The cardinality from customer to
donutOrder is 1-to-many as a customer can place multiple orders, while the cardinality in the other
direction will be manyto-1 because a donutOrder will have at most one customer per order. The donut
to orderDetails cardinality is 1-to-many as one donut can fill multiple orderDetail records, while in the
other direction, an orderDetails record will have 1 donut per record, representing a many-to-1
relationship. The donutOrder to orderDetails cardinality is 1-to-many as one donutORder may
reference multiple orderDetail records, and in the other direction, one orderDetails record will only
pertain to one donutOrder. The orderDetails table has a composite primary and composite foreign key
key consisting of donutOrder_ID and Donut_ID which shows the intersection data of the Donut and
donutOrder tables.

Información del documento

Subido en
9 de mayo de 2026
Número de páginas
18
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas
$14.99

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
DRBRIGHT2026
3.7
(189)
Vendido
960
Seguidores
697
Artículos
7068
Última venta
1 semana hace



Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes