项目作者: ljmocic

项目描述 :
Airline online tickets reservations database scheme for commercial flights
高级语言: PLpgSQL
项目地址: git://github.com/ljmocic/airline-tickets-reservations.git
创建时间: 2018-01-24T22:29:10Z
项目社区:https://github.com/ljmocic/airline-tickets-reservations

开源协议:MIT License

下载


airline-tickets-reservations

Airline online tickets reservations database scheme for commercial flights built using Oracle tools.

Preview

alt text

Installation

  • Install Oracle 11g Database: database
  • Install Oracle SQL Developer: sql developer
  • Install Oracle Data Modeler: data modeler
  • Start server: help
  • If you are not familiar with oracle tools you can watch video: guide
  • Run generated ddl from ddl folder
  • Run elon_scene.sql to test single ticket reservation

DDL Generation

  • Open project with Oracle Data Modeler from source folder
  • Right click and show logical or relational data model
  • Make further modifications
  • Generate from logical -> relational -> ddl and backwards, as you wish
  • Note that views were created inside relational model, you can delete them if they cause any confusion