Skip to content

Instantly share code, notes, and snippets.

View DemiurgeApeiron's full-sized avatar

Alejandro Javier DemiurgeApeiron

View GitHub Profile
@DemiurgeApeiron
DemiurgeApeiron / CompanyDB.txt
Created April 5, 2021 17:24 — forked from onzfonz/CompanyDB.txt
Company Database from Elmasri & Navathe DB Book for use with Relax Relational Algebra
group: Company DB Elmasri & Navathe Figure 5.6
description[[ the data for this dataset was taken from the Elmasri & Navathe (Fundamentals of Database Systems Textbook) with some minor modifications
The relation _Employee_ contains basic information about the employees at a company
The relation _Dependent_ contains basic information about each employees dependents
The relation _Department_ contains basic information about the dept and its manager
The relation _Dept_Locations_ contains info on where each department has offices
The relation _Project_ contains basic information on each project and which dept it is in
The relation _Works_On_ contains information on how much each employee works on each project
@DemiurgeApeiron
DemiurgeApeiron / DataSetRAE1.txt
Last active April 6, 2021 18:03
DataSet Relational Algebra Exercise 1
group: Company DB Elmasri & Navathe Figure 5.6
description[[ the data for this dataset was taken from the Elmasri & Navathe (Fundamentals of Database Systems Textbook) with some minor modifications
The relation _Employee_ contains basic information about the employees at a company
The relation _Dependent_ contains basic information about each employees dependents
The relation _Department_ contains basic information about the dept and its manager
The relation _Dept_Locations_ contains info on where each department has offices
The relation _Project_ contains basic information on each project and which dept it is in
The relation _Works_On_ contains information on how much each employee works on each project