0% found this document useful (0 votes)
191 views1 page

Database Project Guideline

The document outlines a template for a database project with 6 main sections: 1) database planning, 2) requirement specification, 3) database design, 4) implementation and testing, 5) references, and 6) appendix. Section 1 includes introducing the purpose and scope of the project. Section 2 covers data requirements. Section 3 describes conceptual, logical, and physical database design. Section 4 provides scripts for creating database objects, testing with sample data. The deadline for submission is April 20, 2019.

Uploaded by

Dawit Getcho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
191 views1 page

Database Project Guideline

The document outlines a template for a database project with 6 main sections: 1) database planning, 2) requirement specification, 3) database design, 4) implementation and testing, 5) references, and 6) appendix. Section 1 includes introducing the purpose and scope of the project. Section 2 covers data requirements. Section 3 describes conceptual, logical, and physical database design. Section 4 provides scripts for creating database objects, testing with sample data. The deadline for submission is April 20, 2019.

Uploaded by

Dawit Getcho
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Database project Template(guideline)

1. Database Planning
1.1. Introduction
1.2. Purpose of the system
1.3. Statements of the problem
1.4. Scope of the project
1.5. Objective of the project
1.5.1. General objective
1.5.2. Specific objectives
1.6. Database Development Methodology
1.6.1. Data Sources & Collection Methods
1.6.2. DB Analysis and Design Methods
1.7. Deliverables of the Project
1.8. Development Tools, Platforms and Technologies
1.9. Project Time Plan
2. Requirement Specification
2.1. Data Requirements
2.2. Transaction Requirements
2.2.1. Data Entry Requirements
2.2.2. Data Retrieval Requirements
2.2.3. Data Updating Requirements
2.2.4. Data Removal Requirements
3. Database Design
3.1. Conceptual database design of the new system
3.1.1. Entities with their description
3.1.2. Attributes with their description
3.1.3. Relationships between the entities with description
3.1.4. E-R diagram
3.2. Logical Database Design
3.2.1. ER- to Relation Mapping
3.2.2. Validating model with Normalization
3.2.2.1. First Normal Form (1NF)
3.2.2.2. Second Normal form (2NF)
3.2.2.3. Third Normal Form (3NF)
3.2.3. Relational Schema with referential Integrity after normalization
3.3. Physical database design
3.3.1. Physical design strategy
3.3.2. Database Deployment details
4. Implementation and testing
4.1.1. SQL script for creating the database
4.1.2. SQL Scripts for creating the tables, view, indexes, procedures(transactions),
triggers and other enterprise constraints.
4.1.3. Testing (with sample data)
5. References
6. Appendix (Forms, Reports of the Organization etc.) if any
=====================================================================================
Attachment (On CD) in addition to the hardcopy document
 Implemented Database files (*.mdf & *.ldf)
 SQL Script for the entire Database

Dead Line. On or Before April 20, 2019, 6:00 PM ONLY

You might also like