This article discusses database design and development, including normalization, functional dependencies, and third normal form decomposition. It also includes an implementation report and bibliography. The article is relevant to students studying database design and development in any college or university.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: DATABASE DESIGN AND DEVELOPMENT Database Design and Development Name of the Student Name of the University Author’s Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
2 DATABASE DESIGN AND DEVELOPMENT Date_of_Qualification ClaimClaim_ID [PK], Claim_date, Assessor_ID [FK], Policy_Number [FK], Claim_Status Claim_StatusClaim_Status_ID [PK], Status_Name Content_ItemItem_ID [PK], Item_Name, Manufacturer, Model, Purchase_Price, Quantity, Policy_Number [FK] CustomersCustomer_ID [PK], Name, Address, Email HomeBuildingPolicyPolicy_Number [FK], Start_Date, Duration, End_Date HomeContent PolicyPolicy_Number [FK], Start_Date, Duration, End_Date PolicyPolicy_Number [PK], Policy_Date, Type, Property_ID PropertiesProperty_ID [PK], Address, Details, Customer_ID [FK] Rejected_ClaimClaim_ID [FK], Rejected_date, Reason, Claim_ID [FK] ReportReport_ID[PK],ReportDate,Initial_Recommendation, Final_Assessment_Date, Total_Cost, Claim_ID [FK] Settled_ClaimClaim_Status_ID [FK], Settled_Date, Amount_Settled, Claim_ID [FK] Third Normal Form Decomposition The solution is normalized into third normal form because there is no transitive dependency between the table and the non key attributes are dependent on the primary key.
3 DATABASE DESIGN AND DEVELOPMENT The third normal form is normalized and ER diagram is used for the demonstration of the 3 NF. Assessor (Assessor_ID [PK] , Assessor_name, Qualification, Date_of_Qualification) i.The primary key is Assessor_ID which identifies an Assessor name.An Assessor name is used per AssessorID. The other details such as thee qualification, date of qualification is also recorded in the assessor table and there are no repetitive groups. ii.The primary key is Assessor_ID and there are no candidate keysand thus there are no partial dependency in the table. iii.The Assessor Name cannot be used for determining other attribute in the table since two different Assessors may have thesame name; likewise for address and date of birth. Therefore there are no transitive dependenciesin the table.Therefore it meets the requirements of first, second and third normalform. Implementation Report 1.The report is prepared by combining the queries and the wizard and from the design view the report option is selected for the development of the report from the database.
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
4 DATABASE DESIGN AND DEVELOPMENT 2.For the preparation of the report the tables are normalized into third normal form and the transitive dependencies are removed for the development of the database.
5 DATABASE DESIGN AND DEVELOPMENT Bibliography Aref, M., ten Cate, B., Green, T.J., Kimelfeld, B., Olteanu, D., Pasalic, E., Veldhuizen, T.L. and Washburn,G.,2015,May.DesignandimplementationoftheLogicBloxsystem. InProceedings of the 2015 ACM SIGMOD International Conference on Management of Data(pp. 1371-1382). ACM. Coronel, C., & Morris, S. (2016).Database systems: design, implementation, & management. Cengage Learning. Coronel, C., & Morris, S. (2016).Database systems: design, implementation, & management. Cengage Learning. Hogan, R. (2018).A Practical Guide to Database Design. Chapman and Hall/CRC. Hussain, M. W. U. (2015). Design and development of an advanced database system with multitenantarchitectureadvancedsecurityusingtransparentdataencryptiondata redaction. Liu, C., Zhang, L., & Pan, Q. (2016). Database Design and Implementation of Natural Disaster Monitoring System.Journal of Residuals Science & Technology,13(5). Liu, P., Yao, G. Q., Cai, H. Y., & Yang, Z. (2015, November). Design and Implementation of WarehouseManagementSystemBasedonB/SMode.InComputerScienceand Applications (CSA), 2015 International Conference on(pp. 146-150). IEEE. Nascimento, L. M. E., Ferreira, A. C. M., & Gonzalez, S. A. (2018, March). Design and developmentof a geo-referenceddatabasetoradionuclidesin food. InJournal of Physics: Conference Series(Vol. 975, No. 1, p. 012045). IOP Publishing.
6 DATABASE DESIGN AND DEVELOPMENT Parks, R. F., & Hall, C. (2016). Front-End and Back-End Database Design and Development: Scholar’s Academy Case Study.Information Systems Education Journal,14(2), 58. Stonebraker, M., Deng, D., & Brodie, M. L. (2017). Application-Database Co-Evolution: A New Design and Development Paradigm.New England Database Day, 1-3.