The Database Fundamentals course introduces key concepts for database design, implementation, and administration, beginning with an overview of what a database is and how it differs from other information storage systems. Major data models, such as the relational model, are explored. The course covers database design using the entity-relationship model (ERM), which allows entities, attributes, and relationships to be represented graphically, and teaches the normalization process, which optimizes database structure by reducing redundancies and improving data integrity.
- Information about DataBases Foundations
- Database design workshops proposed to improve our skills in relational database design.
On Arch Linux:
sudo pacman -S git git clone https://github.com/DrBider-dev/Databases-Foundations.git cd Databases-FoundationsThis repository is being developed by students from the Universidad Distrital Francisco Jose de Caldas for their Database Fundamentals course in the Systems Engineering program.