Database Environments Assignment Two By Benjamin Turner Assignment Two By Benjamin Turner 8/24/2015.

Slides:



Advertisements
Similar presentations
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Advertisements

Chapter 3 Database Management
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Ch1: File Systems and Databases Hachim Haddouti
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Introduction to Databases Transparencies
Chapter 1 INTRODUCTION TO DATABASE.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Databases Chapter 11.
Databases and Database Management Systems
It refers to the software used to manage the database.
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Database Design and Introduction to SQL
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.
D ATA, D ATABASE, DBMS, DBMS SOFTWARE, R ELATION, A PPLICATION, ENVIRONMENT, BENEFITS. Week 8 Mr.Mohammed Rahmath.
Introduction to Database
©2013 Cengage Learning. All Rights Reserved. Business Management, 13e Technology and Information Management Electronic Technology Fundamentals.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
Module Title? DBMS Introduction to Database Management System.
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Web-Enabled Decision Support Systems
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Objectives Overview Identify the qualities of valuable information Describe various information systems used in an enterprise Identify the components of.
CS 474 Database Design and Application Terminology Jan 11, 2000.
Databases and Database Management Systems
© 2007 by Prentice Hall 1 Introduction to databases.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
DATABASE MANAGEMENT SYSTEMS AND THEIR USES
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
- Ahmad Al-Ghoul Data design. 2 learning Objectives Explain data design concepts and data structures Explain data design concepts and data structures.
Networks.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
1 Introduction to Databases. 2 Examples of Database Applications u Purchases from the supermarket u Purchases using your credit card u Booking a holiday.
1 Chapter 1 Introduction to Databases Transparencies.
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,
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Database Systems Lecture 1. In this Lecture Course Information Databases and Database Systems Some History The Relational Model.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
Database Management Systems
1 Geog 357: Data models and DBMS. Geographic Decision Making.
Year 12: Unit 2, living in the digital world. 1. What is ICT? ICT is the use of technology to convert data to information. It covers many areas, especially.
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Pengantar Sistem Informasi
Introduction to Computing
Lecture 2.
Introduction to Database Management System
System And Application Software
Database.
Introduction to Databases Transparencies
MANAGING DATA RESOURCES
Data base management system dbms
Database Design Hacettepe University
Terms: Data: Database: Database Management System: INTRODUCTION
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
BACS Laws And Acts Applications of ICT Communications
Database management systems
Presentation transcript:

Database Environments Assignment Two By Benjamin Turner Assignment Two By Benjamin Turner 8/24/2015

What’s Covered Different Database Models What is a Commercial Environment Commercial Database Environment Costs incurred Database Hardware and Software Maintenance Training Integrating Platforms and Systems Impact of Database to Commercial Companies Different Database Models What is a Commercial Environment Commercial Database Environment Costs incurred Database Hardware and Software Maintenance Training Integrating Platforms and Systems Impact of Database to Commercial Companies 8/24/2015

What’s Covered What is a Non-Commercial Environment Non-Commercial Database Environment Costs incurred Database Hardware and Software Maintenance Training Integrating Platforms and Systems Impact of Database to non-Commercial Companies What is a Non-Commercial Environment Non-Commercial Database Environment Costs incurred Database Hardware and Software Maintenance Training Integrating Platforms and Systems Impact of Database to non-Commercial Companies 8/24/2015

What are Databases? In computing, a database can be defined as a structured collection of records or data that is stored in a computer so that a program can consult it to answer queries. In computing, a database can be defined as a structured collection of records or data that is stored in a computer so that a program can consult it to answer queries. 8/24/2015

Different Database Models Hierarchical Model The hierarchical database model is an inverted tree-like structure. The tables of this model take on a child-parent relationship. Each child table has a single parent table, and each parent table can have multiple child tables. Hierarchical Model The hierarchical database model is an inverted tree-like structure. The tables of this model take on a child-parent relationship. Each child table has a single parent table, and each parent table can have multiple child tables. 8/24/2015

Hierarchical Model 8/24/2015

Different Database Models Network Model The network database model is essentially a refinement of the hierarchical database model. The network model allows child tables to have more than one parent, thus creating a networked-like table structure. Multiple parent tables for each child allows for many- to-many relationships, in addition to one-to- manyrelationships Network Model The network database model is essentially a refinement of the hierarchical database model. The network model allows child tables to have more than one parent, thus creating a networked-like table structure. Multiple parent tables for each child allows for many- to-many relationships, in addition to one-to- manyrelationships 8/24/2015

Network Model 8/24/2015

Different Database Models Relational Model The relational database model improves on the restriction of a hierarchical structure, not completely abandoning the hierarchy of data, as shown in. Any table can be accessed directly without having to access all parent objects Relational Model The relational database model improves on the restriction of a hierarchical structure, not completely abandoning the hierarchy of data, as shown in. Any table can be accessed directly without having to access all parent objects 8/24/2015

Relational Model 8/24/2015

What is a Commercial Database? A Commercial Database is used by a commercial Company to store and query data. This data can be customer’s, Employees, Stock details and any other data the company needs to store in their operations. The Commercial Company is created with profit in mind and uses the database for its commercial values. Theses types of databases can have a small amount of involvement in the company’s operations or the company can fully rely on the database’s functionality for its operations. A Commercial Database is used by a commercial Company to store and query data. This data can be customer’s, Employees, Stock details and any other data the company needs to store in their operations. The Commercial Company is created with profit in mind and uses the database for its commercial values. Theses types of databases can have a small amount of involvement in the company’s operations or the company can fully rely on the database’s functionality for its operations. 8/24/2015

Different Commercial Databases Online Internet Search Engines Online Catalogs Mobiles Phone Sales Property Sales Marketing and Advertising Online Retail Shopping Internet Search Engines Online Catalogs Mobiles Phone Sales Property Sales Marketing and Advertising Online Retail Shopping Internal Employees Records Customers Records Stock Details Finances Details Counter Till Operations Statistics Details Employees Records Customers Records Stock Details Finances Details Counter Till Operations Statistics Details 8/24/2015

Database Costs Incurred Hardware Servers Storage (Hard drives) Routers Switches Printers and Scanners Online (Internet) Computer systems Cabling Infrastructure WAN Infrastructure Servers Storage (Hard drives) Routers Switches Printers and Scanners Online (Internet) Computer systems Cabling Infrastructure WAN Infrastructure Software Bespoke Applications Enterprise One (Accounts) Oracle (Database software) Networking Software Operating Systems Anti Virus Firewalls (Network Security) Bespoke Applications Enterprise One (Accounts) Oracle (Database software) Networking Software Operating Systems Anti Virus Firewalls (Network Security) 8/24/2015

Databases Costs Incurred Maintenance Replacement of Components Replacement of New systems IT Technicians (Carrying out maintenance tasks) Networks Manager (maintaining network infrastructure) Replacement of Components Replacement of New systems IT Technicians (Carrying out maintenance tasks) Networks Manager (maintaining network infrastructure) Training Systems training Database training (Using the database's interface) Application training (Using office types software) Operational Training (Specific training) Health and safety Systems training Database training (Using the database's interface) Application training (Using office types software) Operational Training (Specific training) Health and safety 8/24/2015

Integrating Systems and Platforms Systems Orders Tele Sales HR department Support Marketing Dispatch Finance Management Orders Tele Sales HR department Support Marketing Dispatch Finance Management Platforms Application Operating system Networks Operating systems Bespoke Hardware compatibility Security (Firewall and Anti Virus protection) Application Operating system Networks Operating systems Bespoke Hardware compatibility Security (Firewall and Anti Virus protection) 8/24/2015

Advantages & Disadvantages Advantages Reduced data redundancy Reduced updating errors and increased consistency Greater data integrity and independence from applications programs Improved data access to users through use of host and query languages Improved data security Reduced data entry, storage, and retrieval costs Facilitated development of new applications program Advantages Reduced data redundancy Reduced updating errors and increased consistency Greater data integrity and independence from applications programs Improved data access to users through use of host and query languages Improved data security Reduced data entry, storage, and retrieval costs Facilitated development of new applications program Disadvantages Database systems are complex, difficult, and time-consuming to design Substantial hardware and software start-up costs Damage to database affects virtually all applications programs Extensive conversion costs in moving form a file-based system to a database system Initial training required for all programmers and users Disadvantages Database systems are complex, difficult, and time-consuming to design Substantial hardware and software start-up costs Damage to database affects virtually all applications programs Extensive conversion costs in moving form a file-based system to a database system Initial training required for all programmers and users 8/24/2015

What is a Non-Commercial Environments ? This policy, mainly extracted from law of Great Britain and Canada, addresses the conditions that an entity must meet to qualify as a non- profit organization for purposes of the non-commercial licensing. When determining whether an entity is a non-profit organisation, the entity must meet all of the following conditions: It was organised solely for non-profit purposes. It is in fact operated solely for non-profit purposes. It does not distribute or otherwise make available for the personal benefit of any member any of its income. 8/24/2015

Non-Commercial Database Environments Members Clubs Libraries Fundraising Groups Charities Non-commercial radio stations Community News papers Members Clubs Libraries Fundraising Groups Charities Non-commercial radio stations Community News papers 8/24/2015

Databases Costs Incurred Hardware Servers Routers Modems Computer systems Cabling (Ethernet) Servers Routers Modems Computer systems Cabling (Ethernet) Software Database MySQL (Free database software) Operating Software (Possibly Licensed) Application (Open Office Free software) Security (Anti-Virus and Firewalls) Database MySQL (Free database software) Operating Software (Possibly Licensed) Application (Open Office Free software) Security (Anti-Virus and Firewalls) 8/24/2015

Integrating systems and platforms Systems Fundraising Department Members Details Event and project details Sponsors Details Fundraising Department Members Details Event and project details Sponsors Details Platforms Application Operating system Networks Operating systems Bespoke Hardware compatibility Security (Firewall and Anti Virus protection) Application Operating system Networks Operating systems Bespoke Hardware compatibility Security (Firewall and Anti Virus protection) 8/24/2015

Databases Overview 8/24/2015 As discussed in this presentation, the database is a very important tool to all types of organisations. The database helps each type of organize their required data for their individual operational requirement. Database management system has become an important tool to the commercial environment, because of the requirements of the commercial company’s operations, and has become a valuable tool in today’s commercial market.

Referencing 8/24/ Please see Database Environments Report By Benjamin Turner Please see Database Environments Report By Benjamin Turner