Lecture 1 Introduction to Database (updated 22/2/2016) 21/2/2014TMC2034 Database Concept and Design1.

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Chapter 1: The Database Environment
Database Systems Chapter 1
ITS232 Introduction To Database Management Systems
File Systems and Databases
Chapter 1 Database Systems
BTM 382 Database Management Chapter 1: Database systems
Database Systems.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
Chapter 1 Introduction to Databases
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Introduction to Databases and Database Languages
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
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
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
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
DBS201: DBA/DBMS Lecture 13.
Copyright 2002 Prentice-Hall, Inc. Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design.
1 Introduction An organization's survival relies on decisions made by management An organization's survival relies on decisions made by management To make.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
1 CSBP430 – Database Systems Chapter 1: Databases and Database Users Mamoun Awad College of Information Technology United Arab Emirates University
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Chapter 1 Database Systems
1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Database Management System (DBMS) an Introduction DeSiaMore 1.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
Department of Mathematics Computer and Information Science1 CS 351: Database Management Christopher I. G. Lanclos Chapter 1.
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Difference between DBMS and File System
Database Principles: Fundamentals of Design, Implementation, and Management Ninth Edition Chapter 1 Database Systems Carlos Coronel, Steven Morris, and.
Topic 1 : Database Systems. Point #1 Data  Data are raw facts  Unprocessed, thus, no meaning.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
1 1 Chapter 1 Database Systems Database Systems: Design, Implementation, and Management, 7th Edition, Rob and Coronel.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
CS311 Database Management system
Lecture 1 Introduction to Database
Database Systems: Design, Implementation, and Management Tenth Edition
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems
File Systems and Databases
Database Systems Chapter 1
Chapter 1: The Database Environment
Database Systems: Design, Implementation, and Management
Chapter 1 Database Concepts.
Chapter 1 Database Systems
Database Principles 2 nd Ed., Coronel, Morris, Rob & Crockett © 2013 Cengage Learning EMEA Database Principles: Fundamentals of Design, Implementations.
Database Systems Design, Implementation, and Management Coronel | Morris 11e ©2015 Cengage Learning. All Rights Reserved. May not be scanned, copied or.
Chapter 1 Database Systems
Chapter 1 Database Systems
The Database Environment
Database Systems: Design, Implementation, and Management Tenth Edition
Presentation transcript:

Lecture 1 Introduction to Database (updated 22/2/2016) 21/2/2014TMC2034 Database Concept and Design1

Objectives In this chapter, you will learn: Data vs information What a database is? File system vs Database A Database System 21/2/2014TMC2034 Database Concept and Design2

Data vs Information 21/2/2014TMC2034 Database Concept and Design3

Data vs. Information Data (singular or plural) are raw facts Raw data - Not yet been processed to reveal the meaning Building blocks of information Information requires context to reveal meaning Eg, 123° 43' " W Raw data must be formatted for storage, processing, and presentation Data are the foundation of information, which is the bedrock of knowledge 21/2/2014TMC2034 Database Concept and Design4

Data vs. Information (cont’d.) Information produced by processing data Information used to reveal meaning in data Accurate, relevant, timely information is the key to good decision making Good decision making is the key to organizational survival Data management: focuses on proper generation, storage, and retrieval of data 21/2/2014TMC2034 Database Concept and Design5

Why do I care about databases? Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database Databases solve many of the problems encountered in data management Used in almost all modern settings involving data management: Business Research Administration Important to understand how databases work and interact with other applications 21/2/2014TMC2034 Database Concept and Design6

What a database is? 21/2/2014TMC2034 Database Concept and Design7

What a Database is? Database: shared, integrated computer structure that stores a collection of: End-user data: raw facts of interest to end user Metadata: data about data Provides description of data characteristics and relationships in data Complements and expands value of data Database management system (DBMS) Collection of programs Manages the database structure Controls access to data stored in the database 21/2/2014TMC2034 Database Concept and Design8

21/2/2014TMC2034 Database Concept and Design9

File Systems and Databases 21/2/2014TMC2034 Database Concept and Design10

A Simple Database Everyone Can Do – Flat File 21/2/2014TMC2034 Database Concept and Design11

Flat file When data grow, processing may be difficult A dedicated program may create to read the flat file database Read line by line, fields are separated using a separator However, flat file database is subjected to structural, data dependence and data redundancy. 21/2/2014TMC2034 Database Concept and Design12

Evolution of File System Data Processing Reasons for studying file systems: Complexity of database design is easier to understand Understanding file system problems helps to avoid problems with DBMS systems Knowledge of file system is useful for converting file system to database system File systems typically composed of collection of file folders, each tagged and kept in cabinet Organized by expected use 21/2/2014TMC2034 Database Concept and Design13

A File System 21/2/2014TMC2034 Database Concept and Design14

Computerized File Systems 21/2/2014TMC2034 Database Concept and Design15

Evolution of File System Data Processing (cont'd.) Contents of each file folder are logically related Manual file systems Served as a data repository for small data collections Cumbersome for large collections Computerized file systems Data processing (DP) specialist converted computer file structure from manual system Wrote software that managed the data Designed the application programs 21/2/2014TMC2034 Database Concept and Design16

Evolution of File System Data Processing (cont'd.) Initially, computer file systems resembled manual systems As number of files increased, file systems evolved Each file used its own application program to store, retrieve, and modify data Each file was owned by individual or department that commissioned its creation 21/2/2014TMC2034 Database Concept and Design17

21/2/2014TMC2034 Database Concept and Design18

21/2/2014TMC2034 Database Concept and Design19

A Simple File System 21/2/2014TMC2034 Database Concept and Design20

File System Redux: Modern End-User Productivity Tools Ubiquitous use of personal productivity tools can introduce the same problems as the old file systems Microsoft Excel Widely used by business users Users have become so adept at working with spreadsheets, they tend to use them to complete tasks for which spreadsheets are not appropriate – database substitute 21/2/2014TMC2034 Database Concept and Design21

Problems with File System Data Processing 21/2/2014TMC2034 Database Concept and Design22 Lengthy development timesDifficulty of getting quick answersComplex system administrationLack of security and limited data sharingExtensive programming

21/2/2014TMC2034 Database Concept and Design23

A Database System 21/2/2014TMC2034 Database Concept and Design24

Database Systems An integrated database environment Access to the databases is controlled by a software package called database management system (DBMS) DBMS eliminates most of file system’s problems Current generation DBMS software: – Stores data structures, relationships between structures, and access paths – Defines, stores, and manages all access paths and components Logically related data stored in a single logical data repository Physically distributed among multiple storage facilities 21/2/2014TMC2034 Database Concept and Design25

Contrasting Database and File Systems 21/2/2014TMC2034 Database Concept and Design26

The Database System Environment 21/2/2014TMC2034 Database Concept and Design27

Role of the DBMS Serve data to end user Interact DBMS directly or indirectly Use SQL to retrieve the data from the DBMS Allow writing applications for other users Java, C, C++, C# … Allow designing, creating and maintaining the database with ease Carry out the task by database administrator (DBA) 21/2/2014TMC2034 Database Concept and Design28

Advantages of Database Systems (1) 21/2/2014TMC2034 Database Concept and Design29 Allow sharing of dataControl of redundancyEnsure data consistencyImprove data standardsMore control over concurrency

Advantages of Database Systems (2) 21/2/2014TMC2034 Database Concept and Design30 Better data securityImproved data integrityBetter backup and recovery proceduresFast development of new applicationsBetter data accessibility

Disadvantages of Database Systems 21/2/2014TMC2034 Database Concept and Design31 Increased costsManagement complexityMaintaining currencyVendor dependenceFrequent upgrade/replacement cycles

Preparing for Your Database Professional Career 21/2/2014TMC2034 Database Concept and Design32

Question? 21/2/2014TMC2034 Database Concept and Design33

Which is the following businesses require database? An ice-cream store A tuition center A computer hardware and repair store A pharmacy A car spare-part store A florist store A Real estate corporation A clinic A second hand car dealer A furniture store 21/2/2014TMC2034 Database Concept and Design34