Chapter 7: Relational Database Design
Chapter 7: Relational Database Design. The Banking Schema. branch = ( branch_name , branch_city , assets ) customer = ( customer_id , customer_name , customer_street , customer_city ) loan = ( loan_number , amount ) account = ( account_number , balance )
857 views • 77 slides