Giter VIP home page Giter VIP logo

zoo-management's Introduction

Zoo-Management

Wroclaw University of Technology BD1 course (Data Bases 1) project. It contains tool for managing a zoo (Windows App with GUI) connected to Relational Database.

Database tables:

--- Employees ---
PK Employee_ID CHAR(36)
--- name VARCHAR2(32)
--- last_name VARCHAR2(32)
--- birth_date DATE
FK position_name VARCHAR2(255)
--- email VARCHAR2(255)
--- password VARCHAR2(64)
--- email_verification BOOLEAN
--- Positions ---
PK Position_name VARCHAR(255)
--- salary DOUBLE
--- responsibility TEXT
--- Animals_types ---
PK Animal_type_ID CHAR(36)
--- name VARCHAR2(255)
--- description TEXT
FK Food_ID CHAR(36)
--- food_amount DOUBLE
--- family VARCHAR(64)
--- Animals ---
PK Animal_ID CHAR(36)
--- name VARCHAR2(32)
--- weight DOUBLE
--- Food ---
PK Food_ID CHAR(36)
--- Food_type VARCHAR(64)
--- price DOUBLE
--- expiry_date DATETIME
--- Delivery ---
PK Delivery_ID INT
FK Food_ID CHAR(36)
--- delvery_date DATETIME
FK collected_by CHAR(36)
--- Delivery_items ---
PK Item_ID CHAR(36)
FK Delivery_ID CHAR(36)
--- amount INT
--- checked BOOLEAN
--- Storage ---
PK Storage_ID CHAR(36)
FK Food_ID CHAR(36)
--- Row_ID CHAR(1)
--- Pos_ID INT
--- Shelf INT
--- Log ---
PK Log_ID CHAR(36)
--- time DATETIME
--- message VARCHAR(255)

zoo-management's People

Contributors

krystianog avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.