Database Management Systems

Slides:



Advertisements
Similar presentations
Database Management.
Advertisements

Chapter 10 Database Management
C6 Databases.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Living in a Digital World Discovering Computers 2010.
1004INT Information Systems Week 10 Databases as Business Tools.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Database Management.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
Chapter 9 Database Management
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
What Are File Maintenance Techniques and Validation Techniques?
Discovering Computers 2009 Chapter 10 Database Management.
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Chapter 10 Database Management. How it Works What is a Database?  Where do you find Databases?  What is a Database Manager?  Name some Databases:
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Chapter 13 Databases and Information Management
Describe uses of web databases, types of databases, and Big Data
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Database Management.
1 CSC 101 Introduction to Computing Lecture 26 Dr. Iftikhar Azim Niaz 1.
Relational Databases (MS Access)
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Chapter 9 Database Management. Chapter 9 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Discuss.
Chapter 13 Databases and Information Management. Explain why data and information are important to an organization Identify file maintenance techniques.
Discovering Computers 2008 Chapter 10 Database Management.
MC-Quiz: Chapter 10 - Database Management Discovering Computers 2010.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Chapter 10 Database Management. Data and Information How are data and information related? p Fig Next processing data stored on disk Step.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
Chapter 11 Information and Data Management Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. DATABASE.
Chapter 10 Database Management. Chapter 10 Objectives Discuss the functions common to most DBMSs Identify the qualities of valuable information Explain.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Introduction to Computing Slides By ADEELA MUSTAFA.
Computers: Tools for an Information Age
Database Management System
Information Systems Today: Managing in the Digital World
Fundamentals & Ethics of Information Systems IS 201
Chapter Ten Managing a Database.
Fundamentals of Information Systems
Database Management  .
Computers: Tools for an Information Age
Chapter 13 Databases and Information Management
Databases and Information Management
What is a Database and Why Use One?
Describe uses of web databases, types of databases, and Big Data
System And Application Software
MANAGING DATA RESOURCES
Chapter 9 Database and Information Management.
The ultimate in data organization
Database & Information Systems
Presentation transcript:

Database Management Systems Faculty of Business, Finance, and Hospitality Prepared by: Teo Siew Copyright© 2017 MAHSA UNIVERSITY

Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe the qualities of valuable information Discuss the terms character, field, record, and file Describe file maintenance techniques and validation techniques Differentiate between a file processing approach and the database approach

Discuss the functions common to most database management systems Objectives Overview Discuss the functions common to most database management systems Describe characteristics of relational, object-oriented, and multidimensional databases

Databases, Data, and Information Collection of data organized in a manner that allows access, retrieval, and use of that data Data Collection of unprocessed items Text Numbers Images Audio Video Information Processed data Documents

Databases, Data, and Information

Databases, Data, and Information Database software, often called a database management system (DBMS), allows users to: Create a computerized database Add, modify, and delete data Sort and retrieve data Create forms and reports from the data

Databases, Data, and Information Data integrity identifies the quality of the data Garbage in, garbage out (GIGO) points out the accuracy of a computer’s output depends on the accuracy of the input

Databases, Data, and Information Valuable information should have the following characteristics: Accurate Verifiable Timely Organized Accessible Useful Cost-effective

The Hierarchy of Data Data is organized in layers Files, records, fields, characters

The Hierarchy of Data A character is one byte Numbers, letters, space, punctuation marks, or other symbols A field is a combination of one or more related characters Field name Field size Data type

The Hierarchy of Data Common data types include: Text Numeric AutoNumber Currency Date Memo Yes/No Hyperlink Object Attachment

The Hierarchy of Data A record is a group of related fields A primary key uniquely identifies each record A data file is a collection of related records

Adding records Modifying records Deleting records Maintaining Data File maintenance refers to the procedures that keep data current Adding records Modifying records Deleting records

Maintaining Data Users add new records to a file when they obtain new data

Maintaining Data Users modify a record to correct inaccurate data or update old data

Maintaining Data When a record no longer is needed, a user deletes it from a file

Alphabetic/Numeric check Maintaining Data Validation compares data with a set of rules or values to find out if the data is correct Alphabetic/Numeric check Range check Consistency check Completeness check Check digit

File Processing Versus Databases File processing system Each department has its own set of files Used for many years Have data redundancy Isolate data Database approach Programs and users share data Reduce data redundancy Improve data integrity Share data Allows easier access Reduces development time Can be more vulnerable

File Processing Versus Databases

Database Management Systems

Database Management Systems A data dictionary contains data about each file in the database and each field in those files

Database Management Systems A DBMS provides several tools that allow users and programs to retrieve and maintain data in the database Query language Query by example Form Report generator

Database Management Systems A query language consists of simple, English-like statements that allow users to specify the data to display, print, or store Query by example (QBE) provides a GUI to assist users with retrieving data

Database Management Systems

Database Management Systems A form is a window on the screen that provides areas for entering or modifying data in a database

Database Management Systems A report generator allows users to design a report on the screen, retrieve data into the report design, and then display or print the report

Database Management Systems A DBMS provides means to ensure that only authorized users access data at permitted times Access privileges Principle of least privilege

Database Management Systems A DMBS provides a variety of techniques to restore the database to a usable form in case it is damaged or destroyed Backup Log Recovery utility Continuous backup

Database Management Systems

Relational, Object-Oriented, and Multidimensional Databases A data model consists of rules and standards that define how the database organizes data

Relational, Object-Oriented, and Multidimensional Databases A relational database stores data in tables that consist of rows and columns Each row has a primary key Each column has a unique name A relationship is a link within the data

Relational, Object-Oriented, and Multidimensional Databases Structured Query Language (SQL) is a query language that allows users to manage, update, and retrieve data

Relational, Object-Oriented, and Multidimensional Databases An object-oriented database (OODB) stores data in objects Examples of applications appropriate for an object-oriented database include: Multimedia database Groupware database Computer-aided design database Hypertext database

Relational, Object-Oriented, and Multidimensional Databases

Relational, Object-Oriented, and Multidimensional Databases A multidimensional database can store data in more than two dimensions of data Sometimes known as a hypercube Can consolidate data much faster than a relational database A data warehouse is a huge database that stores and manages the data required to analyze historical and current transactions

Reference: Vermaat, M.E. et. al. (2015) Discovering Computers 2016, 1st edition. Course Technology.