Database Management Systems

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

Information Systems Chapter 2 Organizing Data and Information.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Databases Chapter Distinguish between the physical and logical view of data Describe how data is organized: characters, fields, records, tables,
Chapter 3 Database Management
Database Software File Management Systems Database Management Systems.
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
Ch1: File Systems and Databases Hachim Haddouti
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 14 The Second Component: The Database.
Databases Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Database Management Systems
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
WHAT IS A DATABASE ? a collection of data organized to help easy retrieval & usage.
DBMS1 Database Management System (DBMS) Introductory Concepts Week-1.
It refers to the software used to manage the database.
LECTURE 2 DATABASE SYSTEM CONCEPTS AND ARCHITECTURE.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Database Design and Introduction to SQL
Database Environments Assignment Two By Benjamin Turner Assignment Two By Benjamin Turner 8/24/2015.
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
PRESENTATION START.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Database Design - Lecture 1
Copyright © 2003 by Prentice Hall Module 4 Database Management Systems 1.What is a database? Data hierarchy and data organization Field, record, file,
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.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
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.
DATABASE MANAGEMENT SYSTEMS AND THEIR USES
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.
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.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Data resource management
By Stephanie Wood And Nedziba Bubregovic.  A very large collection of data  A database management system is a software package designed to store and.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
Databases Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
CIS 250 Advanced Computer Applications Database Management Systems.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Introduction to Databases Angela Clark University of South Alabama.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Databases Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
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.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Agenda for Today  DATABASE Definition What is DBMS? Types Of Database Most Popular Primary Database  SQL Definition What is SQL Server? Versions Of SQL.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
MANAGING DATA RESOURCES
Database.
DATABASES WHAT IS A DATABASE?
Advanced Database System
Presentation transcript:

Database Management Systems and their uses

Contents: Database Database Management Database Management benefits Examples of DBMS Types of database management system models Data Security, and more…

Database: Is a structured collection of records or data that is stored in a computer system. Usually contains software so that a person or program can use it to answer queries or extract desired information. The term "database" refers to the collection of related records, and the software should be referred to as the database management system (DBMS).

Database Management: Is a computer software made for organizing, analyzing and modifying the information stored in a database. It is a set of programs that helps in controlling the organization's storage and retrieval of data in a database. It helps manage the design process and builds a bridge between the design chain and extended enterprise for optimal design and resource management.

The Benefits : Increase productivity through real-time component data and design re-use. Consolidate parts, inventory and manufacturing requirements. Decision support through integration with enterprise business systems applications. Information systems can be changed easily according to the company's requirements.

Examples of DBMS: Oracle Microsoft Access Microsoft SQL server Firebird FileMaker

MICROSOFT ACCESS SCREEN SHOTS:

Examples of database applications: computerized library systems automated teller machines flight reservation systems computerized parts inventory systems

Types of database management system models: DISTRIBUTED DATABASE MODEL NETWORK DATABASE MODEL OBJECT ORIENTED DATABASE MODEL HIERARICIAL DATABASE MODEL RELATIONAL DATABASE MODEL

1-DISTRIBUTED DATABASE: Many users can access the database at the same time without interfering each other. Economical and can be modified, added or removed from the system easily.

2-NETWORK DATABASE: The network model tends to store records with links to other records. Most network databases tend to also include some form of hierarchical model. Used when large organizations spread over wide geographical area.

3-OBJECT ORIENTED DATABASE: Information is represented in the form of objects as used in Object-Oriented programming. When database capabilities are combined with object programming language capabilities, the result is an object database management system (ODBMS). Generally recommended when there is a business need for high performance processing on complex data.

HIERARCHICAL DATABASE: Data are organized into a tree-like structure. The structure allows repeating information using parent/child relationships :each parent can have many children but each child only has one parent. An example : -organization had records of employees in a table called “Employees” and another called “Children”

RELATIONAL DATABASE: Users (or programs) request data from a relational database by sending it a query that is written in a special language, usually a dialect of “SQL”.

Data Security: Is to ensure that data is kept safe from corruption and that access to it is suitably controlled. So help in ensure privacy. It also helps in protecting personal data.