Introduction to Databases
Introduction to Databases
- Definition: A database is a collection of structured and related data items organised to provide
consistent and controlled access.
Database Concepts
- DBMS Software: Tools for creating, organising, and maintaining databases (e.g., Microsoft Access,
Oracle, FoxPro, DbaseIV, Lotus Approach).
Database Models
- Example: A teacher's assessment report for each student, library books catalogue.
- Sample Record:
- Number of subjects: 10
- Average: 68
- Position: 4
2. Hierarchical Model
- Example Structure:
3. Network Model
- Example Structure:
4. Relational Model
- Tables Example:
- Customer Table:
- Order Table:
Object-Oriented Models
Tables/File Structure
---