Skip to content

VL-CZ/bank-db-model

Repository files navigation

Database model of a Bank

See the general requirements here.

Data model

Data model

  • Client and Employee entities are subtypes of Employee entity
  • YearlyInterestTransaction, MoneyTransfer, MoneyDeposit, MoneyWithdrawal and LoanPayments are all subtypes of MoneyTransaction entity

Create schema

Insert test data

Test scripts

  • there are two tests scripts in test_scripts folder. Run these immediately after insert_test_data (these scripts contain hard-coded IDs). Otherwise, it may not work. Firstly run test01 and then test02.

Drop all tables, views and procedures

Update statistics

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages