Version 8 (modified by 3 weeks ago) ( diff ) | ,
---|
Нормализација
Определување на функционални зависности
transaction_id = R { account_id, username, e-mail, password, balance, transaction_id, amount, type, timestamp, s_id, r_id, withdraw_id, deposit_id, transferred_id, currency }
account_id -> username, e-mail, password, balance
transaction_id -> amount, type, timestamp, account_id
withdraw_id -> account_id, amount, timestamp
deposit_id -> account_id, amount, timestamp
transferred_id -> s_id, r_id, transaction_id, currency
Лево
- account_id
- transaction_id
- withdraw_id
- deposit_id
- transferred_id
Десно
- username
- password
- balance
- amount
- type
- timestamp
- currency
Двете
Во мојата шема за база нема аттрибут што се јавува како примарен клуч и истовремено надворешен во некоја од табелите.
Note:
See TracWiki
for help on using the wiki.