Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovananog/data-base
https://github.com/giovananog/data-base
computer-science-degree
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giovananog/data-base
- Owner: giovananog
- Created: 2024-01-04T15:32:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:35:04.000Z (7 months ago)
- Last Synced: 2024-05-30T06:39:18.245Z (7 months ago)
- Topics: computer-science-degree
- Language: CSS
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Base
![GitHub repo size](https://img.shields.io/github/repo-size/giovananog/data-base?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/giovananog/data-base?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/giovananog/data-base?style=for-the-badge)
> This repository contains materials and projects developed during the Data Base course, offered by the Federal University of Alfenas. Credits to professor Mariane Moreira for the provided materials.
## 💻 ContentsThe course covers the following topics:
1. **Relational Algebra**
- Basic operations (selection, projection, join, etc.)
- Relational calculus2. **Database System Architecture**
- Components of a database system
- Client-server architecture3. **Data Models**
- Relational model
- Entity-Relationship model (ER)4. **Conceptual Database Design**
- Entity-Relationship Diagram (ERD)5. **Logical Database Design**
- Database normalization
- SQL (Structured Query Language)6. **Formal Database Languages**
- Query languages (SQL, QBE)
- Data definition languages (DDL)
## 📁 Developed AssignmentsThe following assignments were developed as part of this course:
1. **Assignment 1: Hotel Management**
- [Assignment 1](https://github.com/giovananog/hotel-management-application)2. **Assignment 2: Simple Application**
- [Assignment 2](https://github.com/giovananog/data-base/tree/main/mongodb-project)