CS50 SQL final project — relational design for users, clients, investing records, portfolio summaries, and loans.
users — application users with cash and holding balancesclient — client profile and lending attributesuser_client — a many-to-many link between users and clientsinvesting — investing orders and their lifecycle statetransaction_invest — transaction-level investment summariesloan — loan positions, interest, due dates, and payment statusSee the ER diagram for the relationship map, or open the sanitized SQLite schema to inspect the implementation.