DATABASE MANAGEMENT SYSTEMS AND THEIR USES

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
Lecture Microsoft Access and Relational Database Basics.
Database Software File Management Systems Database Management Systems.
Database Management: Getting Data Together Chapter 14.
©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.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Database Management Systems
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.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
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.
PRESENTATION START.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
Database Systems COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Database Design - Lecture 1
 Introduction Introduction  Purpose of Database SystemsPurpose of Database Systems  Levels of Abstraction Levels of Abstraction  Instances and Schemas.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
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 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
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,
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.
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.
Copyright 2004 John Wiley & Sons, Inc Information Technology: Strategic Decision Making For Managers Henry C. Lucas Jr. John Wiley & Sons, Inc Dinesh.
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.
Database Management Systems
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 Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
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.
Discovering Computers 2010: Living in a Digital World Chapter 14
Data Resource Management
Database Management System (DBMS)
MANAGING DATA RESOURCES
Database.
DATABASES WHAT IS A DATABASE?
Advanced Database System
Managing data Resources:
Presentation transcript:

DATABASE MANAGEMENT SYSTEMS AND THEIR USES A presentation by: FERO Ltd. Co. Sponsored by SONY

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”.

Business Performance Management (BPM): Is a set of processes that help organizations optimize their business performance. It is a framework for organizing and analyzing business methodologies, processes and systems that drive business performance. BPM helps businesses make efficient use of their financial, human, material and other resources.

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.

WAIT WAIT WAIT!! DONE BY: FIRAS IBRAHIM …And we're done! And now we’re done! VW GOLF W12QX : 650hp,W12, 0-100Km/h in 3.4s And very BAWARFUL!

ANY QUESTIONS?! WAIT WAIT !!BY THE WAY!! GOLF R32, 3.2L, V6, 0-100Km/h in 5.4s