Download presentation
Presentation is loading. Please wait.
Published byMagnus Poole Modified over 9 years ago
1
The National Bank Database A Sample Presentation Depicting the Requirements of Your Group Project
2
A (maximum) 10 minute presentation to the class. Class time, however, may limit the presentations to three groups (drawn by lot). Describe the physical problem and database design (the tables and relationships) that will be used to implement the system. Illustrate the type of information to be obtained from the system and the means of obtaining that information. The Assignment
3
Describe the System and Its Relationships Our system is intended to track customers, loans and the associated payments for each loan. There is a: – One-to-many relationship between customers and loans – One-to-many-relationship between loans and payments
4
The Design
5
Query: What are the loans for John Smith? Solution: Search the Customers table to determine John’s CustomerID, then go to the Loans table to find all loans for that CustomerID Information from the Database
6
Query: What is the name and phone number of a customer with a specific loan? Solution: Search the Loans table for the loan to get the CustomerID, then search the Customers table for that ID and return the name and telephone
7
Information from the Database Query: What payments were made by Mary Jones? Solution: Search the Customers table to determine Mary Jones CustomerID, then go to the Loans table, find all loans for this customer, then go to the Payments table and list all payments associated with any of those loans.
8
A Contract Between You and Your Professor Your presentation becomes a contract between you and your professor with respect to the database design. Additional requirements will be specified later. The completed system must be able to add, edit, or delete any object through a form The completed system must be capable of creating your sample queries which in turn reflect any changes to the data
9
Delivering the Presentation Use PowerPoint to make the presentation as polished as possible. All members of the group are to be in front of the room during the presentation. Maintain eye contact, speak in sufficient volume, etc. Handouts of the printed relationships diagram are required for the class
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.