2) Online Banking System ER Diagram: +-------------+ | Customer | +-------------+ | customer_id (PK) | name | email | address +-------------+ | | +---------+---------+ | | +-------+-------+ +-------+-------+ | Owns Account | | Account | | | +---------------+ +---------------+ | account_id (PK)| | account_id (PK)| | balance | | customer_id (FK)| | type | | balance | | status | +---------------+ +---------------+ | | +-----------+-----------+ | | +-------+-------+ +-----------+-------+ | Performs | | Transaction | +---------------+ +-------------------+ | transaction_id(PK)| transaction_id (PK)| | account_id (FK)| | account_id (FK) | | date | | type | | amount | | amount | +---------------+ +-------------------+
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter