You are on page 1of 2

Documents in detail the scope, business objectives and requirements of the system. Emphasizes what the system is to do .

. Includes analysis of what data needs to be replicated to the data warehouse . Phase 4: DESIGN Describes how the proposed system is to be built. The design is specific to the technical requirements the system will be required to operate in and the tools used in building the system. Impacts the build and implementation phases of the SDLC. Describes movement of data between operational databases and the data warehouse . Phase 5: BUILD Deals with the development, unit testing and integration testing of the system modules, screens and reports and data replication to the data warehouse if required. Carried out in parallel with the development of user procedures and user documentation from the implementation phase. Phase 6: IMPLEMENTATION Prepare for and carry out the implementation of the developed system through user acceptance testing to full production and warehouse population . Explain normalization with examples. 1NF A relation R is in first normal form (1NF) if and only if all underlying domains contain atomic values only Example: 1NF but not 2NF FIRST (supplier_no, status, city, part_no, quantity) Functional Dependencies: (supplier_no, part_no)

quantity (supplier_no) status (supplier_no) city city status (Supplier's status is determined by location) Comments: Non-key attributes are not mutually independent (city status). Non-key attributes are not fully functionally dependent on the primary key (i.e., status and city are dependent on just part of the key, namely supplier_no)

You might also like