Foundation of DATABASE CONCEPTS
Foundation of DATABASE CONCEPTS
• User friendly
• Data storage
• Data Security
• Data integrity
• Recovery
• Retrieving and Adjustments
• Data dictionary/ easy search
• Multi-tasking
• Eliminating redundancy
COMPONENTS OF
DBMS
1. Users
2. Administrator
3. Database
4. Interface
INTRODUCTION TO DATABASE
DESIGN
Database design is not the design of DBMS software, but the design of the
database structure used to store data. DBMS allows it to handle much more use
of the data resource. Database design is made much simpler when we use
models. A database model is a collection of logical constructs used to present
the data structure. The designer determines what data must be stored and how
the data elements interrelate.
OBJECTIVES OF
DATABASE DESIGN
1. Purpose of database
2. Find and organize information required
3. Divide into tables
4. Put information items into columns
5. Specify primary keys
6. Set up table relationships
7. Refine the design
8. Normalize
DATABASE DESIGN
APPROACHES
1. Top-down Design Method - Starts from general idea of what is needed for
the system then way down to the more specific details of how the system
will interact.
2. Down-top Design Method – Starts from specific details up to the general.