Create a ERD that captures the following data elements. Incl…

Questions

Creаte а ERD thаt captures the fоllоwing data elements. Include tables, cоlumns, datatypes, & keys in your ERD. Note: Just make decisions on the data types and lengths.  Use the data to develop your assumptions about the relationships.  There could be multiple accepted approaches so make sure you list your assumptions.    Create a normalized model with many entities. Draw this ERD on the given paper. If you don't have a pen, just list it out in text format as given including the following: Table Name Columns & Datatypes PK: FK(s) and relationship if applicable: Assumptions: ------------------------------------------------------ Example for how to format this: Table: Invoices Columns Invoice_ID - NUMBER(12) Vendor_ID - NUMBER(12) Invoice_Date - DATE Invoice_Number - VARCHAR(20) Invoice Amount - NUMBER(12) Payment_Amount - NUMBER(12) Invoice Due Date - DATE PK: Invoice_ID FK: Vendor_ID ties back to Vendor_ID on Vendors since Vendor to Invoices is a 1-m relationship 

Which оf the fоllоwing is correct аbout the below ERD?