DATA MANAGEMENT AND DATABASES. Data Management Data management is the process of controlling the information generated during a research project or transaction.

Slides:



Advertisements
Similar presentations
Databases. What is a database? It is a collection of information, which can be searched and sorted. It can be information about anything. Toys, pupils,
Advertisements

Auditing Computer-Based Information Systems
System integrity The term system integrity has the following meanings: That condition of a system where in its specified operational and technical parameters.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Data - Information - Knowledge
Computer Concepts 5th Edition Parsons/Oja Page 492 CHAPTER 10 File And Database Concepts Section A PARSONS/OJA Databases.
CHAPTER © 2013 The McGraw-Hill Companies, Inc. All rights reserved. 2 Introduction to Medisoft.
Maintenance Modifying the data –Add records –Delete records –Update records Modifying the design –Add fields into tables –Remove fields from a table –Change.
1 7 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 7 DBMS Functions.
Database Software File Management Systems Database Management Systems.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
Database Management: Getting Data Together Chapter 14.
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
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.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 1 An Overview of Database Management. 1-2 Topics in this Chapter What is a Database System? What is a Database? Why Database? Data Independence.
Databases and Database Management Systems
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Security Architecture Dr. Gabriel. Security Database security: –degree to which data is fully protected from tampering or unauthorized acts –Full understanding.
Chapter 9 Database Management
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?
Management Information Systems
1 Intro to Info Tech Database Management Systems Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
The University of Akron Dept of Business Technology Computer Information Systems DBMS Functions 2440: 180 Database Concepts Instructor: Enoch E. Damson.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
Concepts of Database Management, Fifth Edition
Chapter 3 Ethics, Fraud, and Internal Control Accounting Information Systems, 5 th edition James A. Hall COPYRIGHT © 2007 Thomson South-Western, a part.
Chapter 9 Database Management Discovering Computers Fundamental.
Security Architecture
Mrs. Maninder Kaur 1 Mrs. Maninder Kaur.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Database Management.
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.
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.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 1 Security Architecture.
Component 4: Introduction to Information and Computer Science Unit 6a Databases and SQL.
Databases.
What have we learned?. What is a database? An organized collection of related data.
SQL Basic. What is SQL? SQL (pronounced "ess-que-el") stands for Structured Query Language. SQL is used to communicate with a database.
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,
Programming Logic and Design Fourth Edition, Comprehensive Chapter 16 Using Relational Databases.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 1 Security Architecture.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
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.
Chapter Data: Business Intelligence (Chapter 6) Jobi Wall, Brandon Kats, and Shawn Reid.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Module Road Map The Scope of the Problem A range of potential problems Lost Updates User A reads a record User B reads the same record User A makes changes.
CSCI 6962: Server-side Design and Programming Shopping Carts and Databases.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
 A collection of data organized in a way that allows:  Easy access  Easy retrieval of specific data  Easy use of the data.
Introduction To Database Systems
Why did you choose us? To address and provide a solution to the many problems associated with your current manual filing system -Problems include: -Lack.
Chapter Ten Managing a Database.
Database Database is a large collection of related data that can be stored, generally describes activities of an organization. An organised collection.
Database Management Systems
What is a Database and Why Use One?
Batch Parties Changes.
Updating Databases With Open SQL
Updating Databases With Open SQL
Presentation transcript:

DATA MANAGEMENT AND DATABASES

Data Management Data management is the process of controlling the information generated during a research project or transaction

data management principles Data Accuracy Data without errors, accurate data or information can lead to take correct decisions Data Security Protection of data so it is not misused or lost Data Maintenance Procedures used keep file data current Data Sharing - explains why sharing research data is important

What is a data base A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Databases are designed to offer an organized mechanism for storing, managing and retrieving information. They do so through the use of tables. Databases tables

THE HIERARCHY OF DATA

DATA FILE MAINTENANCE Adding Records: records are added to a file when you need to add additional information. Follow the example in section 10.5 of the prescribed textbook. Changing Records: you may change you records for the following two reasons: To correct inaccurate data To update older data Deleting records: when you no longer require a record in a file you remove it by deleting.

DATABASE MODELS 4,7