COIT20247 Database Design and Development Assignment Help

    Need Solution - Download from here



    Code – COIT20247

    Subject – Database Design and Development

    Part A. Database implementation using MS Access (30 Marks)

    Introduction
    The sample solution of assignment 1 will be released on the unit website approximately two (2) weeks after the assignment 1 due date. You must use that sample solution of assignment 1 only for the following tasks:
    Assessment task
    1 Normalization
    a) Map the ERD, from the sample solution, into a set of relations in at least Third Normal Form (3NF). You must ensure that your relations meet 3NF. There is no need to show your working.
    b) Select any two of your relations from the previous step, 1a), and perform the following for each of those two relations:
    • List all the functional dependencies exist in the relation.
    • Demonstrate that the relation meets Third Normal Form (3NF).
    For your help, an example for a Student relation’s 3NF justification has been provided below:
    STUDENT (StudentID, Name, Address, DateOfBirth)
    i. The primary key is StudentID which identifies a student. There will be one student name per Student ID because only one name is recorded for each student. Even though a student may have multiple addresses (e.g. a home address and a work address), the case study states that there is a need to record the home address only and hence there will be only one address for each student. There will be only one date of birth for each student. Thus, there are no repeating groups. Hence, this relation is in 1NF.
    ii. The primary key is StudentID. This is the only candidate key since Name is not guaranteed to be unique (two different students may have the same name). Address is also not guaranteed to be unique. This means that Student ID functionally determines every other attribute in the table. There is a single valued simple candidate key
    (StudentId) and therefore no partial dependencies are possible. Hence, the relation is in 2NF.
    iii. Name cannot be used to functionally determine any other attribute in the table since two different students may have the same name; likewise for address and date of birth. Therefore there are no transitive dependencies in the table. Therefore it meets the requirements of first, second and third normal form.

     

    Part B. Database implementation using MySQL Server (5 Marks)
    Consider a simplified version E-R model on the car rental activity, where you only deal with three relations Customer, Booking and Flight (ignore all other relations) based on a simplified E-R model. Using MySQL Workbench 6.3 CE to create a database schema with the above three relations, include specifying the primary keys, foreign keys and drawing an E-R diagram. Alternatively, you can complete the above task by using My SQL 5.7 Command Line Client to create the database and corresponding tables with sample data populated.

     

    Keywords – COIT20247 assignment help,  Database Design and Development Assignment Help, Database assignment expert

    By |2019-01-08T13:19:03+00:00January 8th, 2019|Categories: database|0 Comments

    Leave A Comment