The National Bank Database A Sample Presentation Depicting the Requirements of Your Group Project.

Slides:



Advertisements
Similar presentations
Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.
Advertisements

Exercise 1 Consider the ER diagram below. Assume that an employee may work in up to two departments or may not be assigned to any department. Assume that.
Oracle Object-Relational Model. - Structures : tables, views, indexes, etc. - Operations : actions that manipulate data stored in structures - Integrity.
Data Modeling. What are you keeping track of? You begin to develop a database by deciding what you are going to keep track of. Each thing that you are.
Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
The Writing Process Communication Arts.
Start First step Create a new blank database Create a database using the option that will enable you to build your database using pre-set options. Save.
Copyright © 2015 Pearson Education, Inc. Database Design Chapters 17 and
Create a new blank database First step SUBMITTry again.
©2003 Prentice Hall Business Publishing, Accounting Information Systems, 9/e, Romney/Steinbart 5-1 Accounting Information Systems 9 th Edition Marshall.
A Guide to SQL, Seventh Edition. Objectives Create a new table from an existing table Change data using the UPDATE command Add new data using the INSERT.
SUNY Morrisville-Norwich Campus-Week 10 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
C++ Programming: Program Design Including Data Structures, Third Edition Chapter 17: Linked Lists.
The Computer Super Store A Sample Presentation Depicting the Requirements of Your Group Project.
1 Computing for Todays Lecture 16 Yumei Huo Fall 2006.
Define Table Relationships—1 of 3 One of the most powerful features of a relational database management system, such as Access, is its ability to define.
ACCESS 2007 ASSIGNMENT SPRING 2014 Purpose: To give students a basic understanding of ACCESS 2007 by constructing a database using the Ready2Read bookstore.
Business Intelligence Software Starts With a Philosophy… CMS WebPortal Quote Engine Modules™ Creates Purchase Orders, Sales Orders, Proposals, Invoices.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements.
Computer-aided Maintenance “Moj vzdrževalec” Database.
SQL Review Tonga Institute of Higher Education. SQL Introduction SQL (Structured Query Language) a language that allows a developer to work with data.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
MIS 301 Information Systems in Organizations Dave Salisbury ( )
MIS 301 Information Systems in Organizations Dave Salisbury ( )
® Microsoft Office 2010 Access Tutorial 2 Building a Database and Defining Table Relationships.
Unified Modelling Language UML. Use case Diagram : A use case diagram is “a diagram that shows the relationships among actors and use cases within a system.use.
Dimu' Rumpak © 2009 by Prentice Hall 1 Getting Started Didimus Rumpak, M.Si. Database Concepts Chapter 1 1.
Maneeshpal Shirish Pavan. Introduction Our project is a banking solution where we implement our banking service in the form of two modules. Module 1:
Microsoft Access Intro Class 6 Relationships.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
DATABASE SYSTEMS. DATABASE u A filing system for holding data u Contains a set of similar files –Each file contains similar records Each record contains.
Database collection of related information stored in an organized form Database program software tool for storage & retrieval of that information.
What have we learned?. What is a database? An organized collection of related data.
Forms and Subforms 5.02 Understand database queries, forms, and reports used in business.
Database revision.
Micah Wheeler. Overview and Requirements Design and implement an alumni tracking system for the computer science discipline. Requirements Perspective.
Database Design Normalisation. Last Session Looked at: –What databases were –Where they are used –How they are used.
Any Sports League A Sample Presentation Depicting the Requirements of Your Group Project.
Use Case Diagrams.
What is Access?. “Copyright and Terms of Service Copyright © Texas Education Agency. The materials found on this website are copyrighted © and trademarked.
Lesson 2: Designing a Database and Creating Tables.
Exploring Office Grauer and Barber 1 One-to-Many Relationships: Subforms and Multiple-Table Queries(Wk7)
PowerPoint Presentation for Dennis, Wixom, & Tegarden Systems Analysis and Design with UML, 5th Edition Copyright © 2015 John Wiley & Sons, Inc. All rights.
Exploring Microsoft Access Chapter 5 One-to-Many Relationships: Subforms and Multiple Table Queries.
Tables 1 to 8 FM Run around!.
David M. Kroenke and David J. Auer Database Processing Fundamentals, Design, and Implementation Appendix H: The Semantic Object Model.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
Data Modeling and Entity-Relationship Model I
第 8 章 PowerPoint 2003 的使用 1 PowerPoint 2003 窗口简介 2 PowerPoint 2003 演示文稿的创建与放映 3 幻灯片的基本操作.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 4 1 Microsoft Office Access 2003 Tutorial 4 – Creating Forms and Reports.
Database Design Chapters 17 and 18.
Database Relationships
Microsoft Office Access 2003
Entity-Relationship Model
Database Requirements and Design
Microsoft Office Illustrated Fundamentals
Database Relationships
Accounting Information Systems 9th Edition
Database Design Using the REA Data Model
Databases and Information Management
M. Sc. Juan Carlos Olivares Rojas
CONSTRUCTION MANAGEMENT
TEXAS SUPPLEMENT WAREHOUSE
Learning about Database Systems Yahya Alhawsawi Hani Alqaffas CSCI 152.
Database Design Chapters 17 and 18.
Texas Pipe and Supply Presentation #3.
Databases and Information Management
Database Relationships
Copyright © Texas Education Agency, All rights reserved.
Presentation transcript:

The National Bank Database A Sample Presentation Depicting the Requirements of Your Group Project

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

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

The Design

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

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

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.

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

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