Question: Database Please type it instead of writting it out on paper its very hard to see sometimes. Use the notation described in the normalization process
Database Please type it instead of writting it out on paper its very hard to see sometimes.


Use the notation described in the normalization process document described in class to express your answers. For a given table, put its name in capital letters and its attributes within parentheses. Underline the primary key fields and italicize any foreign key fields, if they exist. If a field is both a foreign key and part of a composite primary key, both underline and italicize it. Required fields should be in a boldface font, while optional fonts should not be in boldface. The table's name should be bold faced as well. Here's an example of a set of normalized tables properly described CUSTOMER (cust_id, cust_fname, cust_lname, cust email, cust phone) ORDER (order_id, cust id, order_date) INVOICE (order_id prod id prod_quantity. prod_price) PRODUCT (prod_id. prod_name, prod_description. prod_price. prod_qty_in_stock)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
