Topic 1 : Database Systems. Point #1 Data  Data are raw facts  Unprocessed, thus, no meaning.

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Database Systems Chapter 1
Introduction to Databases
CS1001 Lecture 26. Overview Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
Introduction to Databases Transparencies
Chapter 1 INTRODUCTION TO DATABASE.
Chapter 1 Database Systems
Introduction to Database Management System
Database Systems.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
DBMS1 Database Management System (DBMS) Introductory Concepts Week-1.
Introduction and Conceptual Modeling
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas.
Introduction to Databases
Introduction to Database Systems 1.  Assignments – 3 – 9%  Marked Lab – 5 – 10% + 2% (Bonus)  Marked Quiz – 3 – 6%  Mid term exams – 2 – (30%) 15%
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Chapter 1 Database and Database Users Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2008.
Introduction to Data bases concepts
Introduction to Database
Database Systems: Design, Implementation, and Management Ninth Edition
Database Systems Chapter 1
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Chapter # 1 Database Systems BIS Database Systems
Database Systems: Design, Implementation, and Management Ninth Edition
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Database Design - Lecture 1
Module Title? DBMS Introduction to Database Management System.
1 Introduction An organization's survival relies on decisions made by management An organization's survival relies on decisions made by management To make.
Chapter 1 Introduction to Databases Pearson Education ©
Introduction: Databases and Database Users
Introduction to Database Systems
1Mr.Mohammed Abu Roqyah. Introduction and Conceptual Modeling 2Mr.Mohammed Abu Roqyah.
Chapter 1 Database Systems
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Chapter(1) Introduction and conceptual modeling. Basic definitions Data : know facts that can be recorded and have an implicit. Database: a collection.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
Introduction to Database AIT632 Chapter 1 Sungchul Hong.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
1-1 Chapter 1 Databases and Database Users 1.1 Introduction 1.2 An Example 1.3 Characteristics of the Database Approach 1.4 Actors on the Scene 1.5 Workers.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
CIS/SUSL1 Fundamentals of DBMS S.V. Priyan Head/Department of Computing & Information Systems.
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.
 TERMINOLOGY TERMINOLOGY DATA INFORMATION  NEED OF INFORMATION NEED OF INFORMATION  QUALITIES OF INFORMATION QUALITIES OF INFORMATION  FILE SYSTEM.
Introduction HNDIT DBMS 1. Database Management Systems Module code HNDIT Module title Database Management Systems Credits2HoursLectures15.
Database Systems Database Systems: Design, Implementation, and Management, Rob and Coronel.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Christopher I. G. Lanclos Chapter 1.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Database Principles: Fundamentals of Design, Implementation, and Management Ninth Edition Chapter 1 Database Systems Carlos Coronel, Steven Morris, and.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
What is Database Administration ? Database administration' is the process of establishing computerized databases, and insuring their recoverability, integrity,
Lecture 1 Introduction to Database (updated 22/2/2016) 21/2/2014TMC2034 Database Concept and Design1.
1 Lecture1 Introduction to Databases Systems Database 1.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Introduction to Databases Transparencies
CS311 Database Management system
Introduction To DBMS.
Outline Types of Databases and Database Applications Basic Definitions
Database Systems Chapter 1
Introduction to Databases
Introduction to Databases
Database Systems: Design, Implementation, and Management Tenth Edition
Presentation transcript:

Topic 1 : Database Systems

Point #1

Data  Data are raw facts  Unprocessed, thus, no meaning

Information  Processed Data: reveals different meaning  If we are given accurate, relevant and timely information, we are able to create good decisions.  Knowledge and Wisdom!

Data->Information- >Decision  Data constitutes the building blocks of information  Information is produced by processing data  Information is used to reveal the meaning of the data  Accurate, Relevant and timely information is the key to good decision making  Good decision making is the key to organizational survival in the global environment

As an IM student…  We MANAGE INFORMATION.  We collect the data, able to process the data accurately to create useful information  Thus, you should learn how to manage these chunks of information  A system used is databasing.

Point #2

What is a Database?  A Database is a shared, integrated computer structure that stores a collection of 1. End-user data: RAW DATA 2. MetaData

What is a Meta data?  Provide a description of the data characteristics and the set of relationships that link the data found within the database.

A database…  A database resembles a very-organized electronic filing cabinet in which a powereful software, known as a database management system, helps manage the cabinet’s  A Database Management System (DBMS) is a collection of programs that manage the database structure and controls access to the data stored in the database.  An information system is a system that collects and stores data

Data we need to manage:  Supermarket – invemtory & checkout  Credit card – purchases & cash advance  Automated teller machines – deposits, withdrawals & balance inquiry  Travel agent – booking, reservation & ticketing  Library – catalog, loans & returns  Insurance – customer information  University – student information

Databases and Information Systems Database Management System (DBMS) Decision support systems Management information systems Transaction processing systems Strategic Databases Management Databases Transaction Databases “Information Resources Management”

Steps Involved in Converting Data to Information ACQUISITION STORAGE MANIPULATION RETRIEVAL DISTRIBUTION DATAINFORMATION

software package/ system to facilitate the creation and maintenance of a computerized database. It defines (data types, structures, constraints) construct (storing data on some storage medium controlled by DBMS) and manipulate (querying, update, report generation) databases for various applications. What is a database management system (DBMS)?

Use of Database  Improved data sharing  Better data integration  Minimize data inconsistency and redundancy  Improved data access.