DATABASE MANAGEMENT SYSTEMS CMAM301. Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

Database Management Systems and Enterprise Software
Lecture-7/ T. Nouf Almujally
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Chapter 3 Database Management
Organizing Data & Information
Chapter 5 Database Concepts.
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
Introduction to Database Management
Databases Chapter 11.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Databases Chapter 11.
Lecture-8/ T. Nouf Almujally
An Introduction to Database Management Systems R. Nakatsu.
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.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
Unit Seven Database 1.Passage One. Foundation of Database.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Case 2: Emerson and Sanofi Data stewards seek data conformity
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Introduction to Information Systems Lecture 05 Data Resource Management Data Concepts Database Management Types of Databases.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
DATA RESOURCE MANAGEMENT
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
THE THREE LEVEL ARCHITECTURE OF DBMS A.EXTERNAL LEVEL OR SUBSCHEMA B.CONCEPTUAL LEVEL OR CONCEPTUAL SCHEMA C.INTERNAL LEVEL OR PHYSICAL SCHEMA A.EXTERNAL.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Data Resource Management Lecture 8. Traditional File Processing Data are organized, stored, and processed in independent files of data records In traditional.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
James A. Senn’s Information Technology, 3rd Edition
Data Resource Management
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Data Resource Management
System And Application Software
MANAGING DATA RESOURCES
Data Resource Management
Data Resource Management
Data Resource Management
Presentation transcript:

DATABASE MANAGEMENT SYSTEMS CMAM301

Introduction to database management systems  What is Database?  What is Database Systems?  Types of Database.  Database Management System  Elements of Database

database  a collection of information that is related to a particular subject or purpose.

DATABASE  A database is a collection of occurrence of multiple record types containing the relationship between records, data aggregate and data items. A database may also be defined as a collection of interrelated data stored together without harmful and unnecessary redundancy (duplicate data) to serve multiple applications.

DATABASE SYSTEM  Database System is an integrated collection of related files along with the detail about their definition, interpretation, manipulation and maintenance. It is a system, which satisfied the data need for various applications in an organization without unnecessary redundancy.

DATABASE SYSTEM  A database system is based on the data. Also a database system can be run or executed by using software called DBMS (Database Management System). A database system controls the data from unauthorized access.

FOUNDATION OF DATA 1. Character 2. Field 3. Record 4. File 5. Database

character  It is the most basic logical data element. It consists of a single alphabetic, numeric, or other symbol.

field  It consists of a grouping of characters. A data field represents an attribute (a characteristic or quality) of some entity (object, person, place, or event).

record  The related fields of data are grouped to form a record. Thus, a record represents a collection of attributes that describe an entity. Fixed-length records contain, a fixed number of fixed-length data fields. Variable-length records contain a variable number of fields and field lengths.

File  A group of related records is known as a data file, or table. Files are frequently classified by the application for which they are primarily used, such as a payroll file or an inventory file, or the type of data they contain, such as a document file or a graphical image file. Files are also classified by their permanence, for example, a master file versus a transaction file. A transaction file would contain records of all transactions occurring during a period, whereas a master file contains all the permanent records. A history file is an obsolete transaction or master file retained for backup purposes or for long-term historical storage called archival storage.

Database  It is an integrated collection of logically related records or objects. A database consolidates records previously stored in separate files into a common pool of data records that provides data for many applications. The data stored in a database is independent of the application programs using it and of the type of secondary storage devices on which it is stored.

TYPES OF DATABASE 1. Operational Databases 2. Distributed Databases 3. External Databases 4. Hypermedia Databases

Operational Databases  The databases store detailed data needed to support the operations of the entire organization. They are also called subject area databases (SADB), transaction databases, and production databases: Examples are customer databases, personnel databases, inventory databases, and other databases containing data generated by business operations.

Distributed Databases  Many organizations replicate and distribute copies or parts of databases to network sewers at a variety of sites. These distributed databases can reside on network servers on the World Wide Web, on corporate Intranets or extranets, or on other company networks. Distributed databases may be copies of operational or analytical. databases, hypermedia or discussion databases, or any other type of database. Replication and distribution of databases is done to improve database performance and security.

External Databases  Access to external, privately owned online databases or data banks is available for a fee to end users and organizations from commercial online services, and with or without charge from many sources on the Internet, especially the Web.

Hypermedia Databases  It consists of hyperlinked pages of multimedia (text, graphics, and photographic images, video clips, audio segments, etc.). From a database management point of view, the set of interconnected multimedia pages at a website is a database of interrelated hypermedia page elements, rather than interrelated data records.

DATABASE MANAGEMENT SYSTEM  A DBMS is best described as a collection of programs that manage the database structure and that control shared access to the data in the database. Current DBMSes also store the relationships between the database components; they also take care of defining the required access paths to those components.

DATABASE MANAGEMENT SYSTEM  A database management system (DBMS) is the combination of data, hardware, software and users to help an enterprise manage its operational data.  The main function of a DBMS is to provide efficient and reliable methods of data retrieval to many users. Efficient data retrieval is an essential function of database systems. DBMS must be able to deal with several users who try to simultaneously access several items and most frequently, the same data item A DBMS is a set of programs that is used to store and manipulation.

Examining the DATABASE Environment Database Objects  Objects are the structures you create and methods you employ to maintain and display your data

Examining the DATABASE Environment Tables  Hold all data in the database  Are two dimensional and have rows and columns  Store related data in rows (records) and columns (fields)  Row ordering is unimportant, as the rows can be sorted and rearranged and not change the fundamental table information  Column ordering is unimportant, meaning that the particular ordering of the columns bear no significance, and any table column may be placed in any particular position

Examining the DATABASE Environment FORMS  Are custom screens that provide an easy way to enter and view data in a table.  Provide a way to view table data one row at a time  Facilitate data entry for inexperienced users  Display data from tables or queries but do not actually hold data

Examining the DATABASE Environment QUERIES  View, filter, calculate, change, sort, and examine the data stored in tables  Database supports several types of queries classified as either action queries or selection queries. Select queries are the most common type.  Subsets of rows are returned when selection criteria are specified to filter the data.

Example of QUERY  ”SELECT CardCode, CardName, Address FROM OCRD”

Examining the DATABASE Environment REPORTS  Present data from a table or query in a printed format  Provide formatted, hard-copy output.  Display database information that can be supplied by tables, queries, or both.  Can be customized to produce typeset-level output

Elements of database  TABLES store data within the database  QUERIES pull out specific data  FORMS make it easy to put data into tables  REPORTS put data in an easily-read format