COSC 578 DATABASE MANAGEMENT SYSTEMS

Slides:



Advertisements
Similar presentations
Implementing Tableau Server in an Enterprise Environment
Advertisements

Murach’s Java SE 6, C21© 2007, Mike Murach & Associates, Inc.Slide 1.
Toolbox Mirror -Overview Effective Distributed Learning.
Employee database: Conceptual Schema in ERD Chapter 3, page 62.
IP Address Management and Request Service Kim Huynh CS491B.
12 CHAPTER DATABASES Databases are the key to accessing information throughout our lives. Used in hospitals, grocery stores, schools, department stores,
1212 CHAPTER DATABASES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Distinguish between the physical and logical view.
3 / 12 CHAPTER Databases MIS105 Irfan Ahmed Ilyas.
Managing Information Resources No longer “managing databases” No longer “managing databases” Much more information (good thing) Much more information (good.
1 Introducing Scenario Network Data Editing and Enterprise GIS January 27, 2010 Minhua Wang, Ph.D. Citilabs, Inc.
MIS2502: Data Analytics MySQL and SQL Workbench David Schuff
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
File Processing Concepts – Field – combination of 1 or more characters that is the smallest unit of data to be accessed – Record – group of related fields.
“INTRODUCTION TO DATABASE AND SQL”. Outlines 2  Introduction To Database  Database Concepts  Database Properties  What is Database Management System.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
1 SYS366 Business Use Case Descriptions. 2 Today Identifying Business Use Cases Documenting Business Use Cases.
CS 1308 Computer Literacy and the Internet
Database. Data Base A database is a collection of related data, and the software used in databases to store, organize and retrieve the data is called.
Sean Ramsure Sean Young Tyler Daniels Microsoft Access.
Ch6. Introduction to Database. What is a Database? Database is a collection of related information. It is organized so that it can easily be accessed,
What functionality of each group people will get Customer Sales Agent Sales Manager National Manager Managing Director.
DATABASES. -2 Competencies Distinguish between the physical and logical view of data Describe how data is organized Describe databases Describe the five.
King saud university Introduction to Database Systems (Chapter 1: Databases and Database Users)
SQL Introduction to database and SQL. Chapter 1: Databases and Database Users 6 Introduction to Databases Databases touch all aspects of our lives. Examples:
Hoi Le. Why database? Spreadsheet is not good to: Store very large information Efficiently update data Use in multi-user mode Hoi Le2.
MYSQL AND MYSQL WORKBENCH MIS2502 Data Analytics.
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Structured Query Language used for defining and manipulating data in Relational DBs aimed at: –reducing training costs –increasing productivity –improve.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Software System for Business Enterprise
Intranet.
DBMS Programs MS SQL Server & MySQL
CIS 515 STUDY creative knowledge /cis515study.com
Design Skills Example.
“Introduction To Database and SQL”
Uplode Simple file storage CWEB Final Project
Managing Information Resources No longer “managing databases” No longer “managing databases” Much more information (good thing) Much more information (good.
Chapter 1: Introduction
Qualifacts EDI Project
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
mysql and mysql workbench
Chapter 12 Information Systems.
Introduction to Database System Prof. Dr. Amany Sarhan Computer and Control Engineering Faculty of Engineering Tanta University.
CIS 515Competitive Success/tutorialrank.com
CIS 515 Education for Service-- tutorialrank.com.
Databases and Information Management
What is a Database and Why Use One?
“Introduction To Database and SQL”
Basic Concepts in Data Management
Chapter 1: The Database Environment
Business Requirements
Business Application Development
MIS2502: Data Analytics MySQL and SQL Workbench
Databases and Information Management
Lecture 1 File Systems and Databases.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Chapter 1: Introduction
Training tool Admin General Settings
Introducing Scenario Network Data Editing and Enterprise GIS
MIS2502: Data Analytics MySQL and MySQL Workbench
In-house Developed Library Solutions
Database SQL.
The Database Environment
Introduction to Databases
Database Management Systems and Enterprise Software
Presentation transcript:

COSC 578 DATABASE MANAGEMENT SYSTEMS THE C.A.AF GROUP VIDEO RENTAL PROJECT Chi Yeung, Akwasi Owusu, Andrew Chrismer, Francois Cressin

BACKGROUND C.A.A.F is a small consulting firm that is working currently on the Best Video rental libraries inc case.

OLD SYSTEM The company is loosing money and found out that the old database system is at the origin of the problem. Based on manual operation (paper based customer registration..) Time cost high in data retrieval operations No centralized repository (data was not sync in one department to another) Processes requiring coordination between branches were hard to deploy and to coordinate.

ERD

System will be built around: let a user connect to the database with the mean of a username and password. let a user search or learn movie information allow a user to rent a movie/buy snacks allow a user (customer or employee) to update their personal customer information allow an employee to change their weekly schedule allows the employee to register his starting and ending time in the system let a store manager add a clerk or a general manager to add a branch manager in the database in the case of hiring. allow any kind of employee to add/delete a new customer in the table. allow the employee to add a credit card to the customer record. allow the employee to search and update the record for a specific customer (by name). allow the employee to add and update a movie to the database

NEW SYSTEM implemented as a database system in all the stores nationwide as part of the intranet user group will be composed of administrators customers and employees Technology used: SQL for DB and Java for host language

GOALS being able to process data faster (queries and account creation). be able to implement a brick and mortar type of business later on based on this DBMS. Enable the creation of better data mining tools. Centralize data.

Questions?