GithubHelp home page GithubHelp logo

ngdechev / oracle-sql-library-database Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14 KB

Repository for "Library" Oracle Database Project from Technical University made using Oracle SQL.

Home Page: https://github.com/ngdechev/oracle-sql-library-database

oracle-data-modeler oracle-database oracle-db oracle-sql oracle-sql-developer sql

oracle-sql-library-database's Introduction

version GitHub repo size Bitbucket open issues

Database project

Assignment - "Library"

To design and implement a LIBRARY database that will store the following information:

Book – title, author, year of publication, publisher, genre;
Employee – name, position, telephone;
Reader – name, phone number;
Borrowing – book, reader, employee, borrowing date, term.

Rules:

• Each book can be currently occupied by only one reader;
• Each book has one author and one publisher.

The database must be normalized and allow:

  1. Entering and correcting data.
  2. Search / borrow books by: author, keywords from the title, genre.
  3. References for:
    • books borrowed by a reader;
    • unreturned books, sorted by date.

The explanatory note to the project must contain:

• Task
• Models (Oracle Data Modeler) - 6 week
• Sample data - 9 week
• SQL commands - DDL, DML
• Results of the execution of requests - 12 week

Project development

The following programming languages were used for the development of the project:

  1. Oracle SQL

And the following tools:

  1. Oracle SQL Developer Data Modeler
  2. Oracle SQL Developer

Oracle

Models

Relational model

relational.png

Logic model

logical.png

oracle-sql-library-database's People

Contributors

ngdechev 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.