SlideShare a Scribd company logo
Project: Database tracking the training of several people in a team and track important 
information related to them.   
 
Business rules: 
 
1. Every soldier will have at least their first and last names input as well as their DOD 
number and Rank 
2. Schools and SSD courses must be completed in the order set by Army Standard 
3. Only Admins can update or add to the full system. 
 
I've created a system as a way to maintain up to date information on all aspects of a soldier's 
training readiness as is needed by their first line leader. The system will track the following 
Items: 
 
1. Noncommissioned Officer Education System status. 
2. All soldiers Allergies and heat/cold injuries 
3. PT test and marksmanship records 
4. Annual certifications as required by leadership 
5. Soldiers Civilian Education. 
 
Entities to be kept in the Database include: 
 
1. Soldier 
2. Schools 
3. Annual Certificates 
4. Civilian Certificates 
5. Attributes Affecting Training 
 
5 Commonly used keys in the DB will include 
 
License and license types 
 
Profiles, profile descriptions, heat/cold injuries, and Allergies 
 
DOD Number, and NCOES (Non Commisioned Officer Education System) records 
 
DOD Number, and Army Cert information 
 
ERD 
 
 
Example data dictionaries: 
Soldier Table 
 
 
 
Key  Type  Size  Primary Key  Null 
DOD Number  Integer  12  Yes  No 
LName  Varchar2  20  No  No 
FName  Varchar2  15  No  No 
MI  Varchar2  3  No  Yes 
Rank  Varchar2  3  No  Yes 
Grade  Varchar2  3  No  No 
 
 
Readiness Table 
 
 
Key  Type  Size  Primary Key  Null 
DOD Number  Integer  12  Yes  No 
Heat_Cold_Injury  Varchar2  10  No  Yes 
Allergies  Varchar2  20  No  Yes 
Profile  Boolean  1  No  Yes 
Profile_Type  Varchar2  1024  No  Yes 
License  BLOB  4096  No  Yes 
Vehicles_Licensed  Varchar2  1024  No  Yes 
Civilian_License  BLOB  4096  No  Yes 
 
 
The database will be used for admin types of work, an example of SQL statements made to the 
database would include, 
 
find a persons Rank, Last name, and what NCOES/SSD courses they have finished, from the 
SOLDIER table and the NCOES/SSD tables. 
 
FInd the first and last name of all personnel who have been a heat/cold casualty, or who have 
allergies, and list them, this information is pulled from the SOLDIER table the and READINESS 
table. 
 
Get a list of all Personell who have obtained a CCNA or a Network + certification, from the 
SOLDIER and Certificates table. 

More Related Content

PDF
Database Design Project ERD
PDF
Database design & Normalization (1NF, 2NF, 3NF)
PDF
pagina_5-6
PPTX
Database Project management
PPS
My database project
DOCX
It security policy 2017
PDF
Sample ISO 27001:2022 Blank Forms
PPTX
Assignment of database
Database Design Project ERD
Database design & Normalization (1NF, 2NF, 3NF)
pagina_5-6
Database Project management
My database project
It security policy 2017
Sample ISO 27001:2022 Blank Forms
Assignment of database

Similar to Database Design Final Project (20)

DOCX
SRS CPP LAB.docx
DOCX
Leave Management System: Software Requirements Specification Document(SRS)
PPTX
Review OMPF and ESR (step by-step guide) 19 DEC 2013
PDF
IETM Software: Guidelines to OEMs
PPTX
Training and placement cell presentation
PPTX
How to review your ompf and esr (step by-step guide) 17 apr 2013
DOCX
UNIT 4 REFINING THE SYSTEM DEFINITION.docx
PDF
Guidelines to OEMs IETM Code and Pixels.pdf
PDF
Fiedler_John Hopkins PPT MedSim
PDF
Warehouse supervisor
PPT
DOCX
CBLM For Teacher in the college and reff.
PDF
ICAS COURSE - Guard Tier Rating Standards
PPTX
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
DOCX
Software engg unit 2
PDF
Resume Cindra A Goldenstein - OR
PPT
From ISO to Implementation A framework for ECM Implementation
PPTX
Components of Cybersecurity Framework
PDF
Fitness center report
SRS CPP LAB.docx
Leave Management System: Software Requirements Specification Document(SRS)
Review OMPF and ESR (step by-step guide) 19 DEC 2013
IETM Software: Guidelines to OEMs
Training and placement cell presentation
How to review your ompf and esr (step by-step guide) 17 apr 2013
UNIT 4 REFINING THE SYSTEM DEFINITION.docx
Guidelines to OEMs IETM Code and Pixels.pdf
Fiedler_John Hopkins PPT MedSim
Warehouse supervisor
CBLM For Teacher in the college and reff.
ICAS COURSE - Guard Tier Rating Standards
511718784-maintain-inventory-of-equipment-software-and-documentation.pptx
Software engg unit 2
Resume Cindra A Goldenstein - OR
From ISO to Implementation A framework for ECM Implementation
Components of Cybersecurity Framework
Fitness center report
Ad

Database Design Final Project