Chapter 4 Relational Databases

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

C6 Databases.
Introduction to Databases
Relational Databases Chapter 4.
Storing Organizational Information—Databases
IS605/606: Information Systems Instructor: Dr. Boris Jukic
Recording / Financing Fixed Asset Acquisition Human Resources Purchasing Revenue Traditional files approach: separate systems (Legacy Systems) Expenditure.
Business Driven Technology Unit 2 Exploring Business Intelligence Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
IST Databases and DBMSs Todd S. Bacastow January 2005.
The Relational Database Model
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Architecture for a Database System
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
311: Management Information Systems Database Systems Chapter 3.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
DataBase Management System What is DBMS Purpose of DBMS Data Abstraction Data Definition Language Data Manipulation Language Data Models Data Keys Relationships.
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 6 DATABASES AND DATA WAREHOUSES CHAPTER 6 DATABASES AND DATA WAREHOUSES.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
3 1 Chapter 3 The Relational Database Model Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 CS 430 Database Theory Winter 2005 Lecture 7: Designing a Database Logical Level.
IT 5433 LM3 Relational Data Model. Learning Objectives: List the 5 properties of relations List the properties of a candidate key, primary key and foreign.
Geographic Information Systems GIS Data Databases.
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Databases and DBMSs Todd S. Bacastow January
Relational Databases Chapter 4.
Event-driven accounting information systems
Client/Server Databases and the Oracle 10g Relational Database
The Relational Database Model
Databases Chapter 16.
CITA 215 Section 3 Data Modeling.
Introduction to Information Technology
Objectives of DBMS Ashima Wadhwa
CSCI-100 Introduction to Computing
Chapter 4 Relational Databases
Databases and Information Management
Database Concepts.
MANAGING DATA RESOURCES
File Systems and Databases
Chapter 5 Data Resource Management.
Data Resource Management
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
Normalization DB Design Guidelines Presented by: Dr. Samir Tartir
Databases and Information Management
The Relational Database Model
Accounting Information Systems 9th Edition
Database Design Hacettepe University
Chapter 2 Database Environment Pearson Education © 2014.
Data Resource Management
Databases and Information Management
Databases and Information Management
Course Instructor: Supriya Gupta Asstt. Prof
Geographic Information Systems
Presentation transcript:

Chapter 4 Relational Databases Dr.Mohamed Mousa

Files versus Databases ? File: Contain data about one entity from a record. Database: A set of interrelated , centrally coordinated data files that are stored with as little data redundancy as possible , to provide relevant information to the users. Dr . Mohamed Mousa

Databases’ characteristics : Integration. Independency. Relevancy. Precision. Timely manner. Dr . Mohamed Mousa

Advantages of Database Systems: Data Integration Files are logically combined and made accessible to various systems. Data Sharing With data in one place it is more easily accessed by authorized users. Data Inconsistency Eliminates the same data being stored in multiple files, thus reducing inconsistency in multiple versions of the same data. Data Independence Data is separate from the programs that access it. Changes can be made to the data without necessitating a change in the programs and vice versa. Cross-Functional Analysis Relationships between data from various organizational departments can be more easily combined. Dr . Mohamed Mousa

Hierarchical Databases . Networked Databases. Relational Database. Types of Databases : Hierarchical Databases . Networked Databases. Relational Database. Dr . Mohamed Mousa

Hierarchical Databases: A base that collect and save data in the form of a relationship between father and sons (and always start from top to bottom) , and is characterized by easy usage and frequent prevalence. Dr . Mohamed Mousa

Networked Databases: A base that collect and save data in the form of mutual and overlapping relationships between files and each other, and fit a large-sized companies. Lecturer 1 Lecturer 2 Lecturer3 Section 3 Section 1 Section 2 Dr . Mohamed Mousa

Relational Database: Relational data model represents the conceptual and external level schemas as if data are stored in tables. Dr . Mohamed Mousa

Design Requirements for Relational D.B Every column must be single valued. Primary keys must contain data (not null). Foreign keys must contain the same data as the primary key in another table. All other attributes must identify a characteristic of the table identified by the primary key. Dr . Mohamed Mousa

Dr . Mohamed Mousa

The idea of the session : $30,000 / 65% = $46,154 To check, go through the formulas for breakeven plus target profit: $66,154/$250 = 265 units 265 x $250 = $66,250 Differences due to rounding. Dr . Mohamed Mousa

Self training ….. List three examples from you that illustrate the types of databases, explaining the structure of each. Dr . Mohamed Mousa