Prof. Sujata Rao Introduction to Computers & MIS Data Base Concepts Lesson 6.

Slides:



Advertisements
Similar presentations
Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
Advertisements

Database Processing: Fundamentals, Design and Implementation, 9/e by David M. KroenkeChapter 1/1 Copyright © 2004 Please……. No Food Or Drink in the class.
Relational Databases Chapter 4.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT
1 Database Systems (Part I) Introduction to Databases I Overview  Objectives of this lecture.  History and Evolution of Databases.  Basic Terms in Database.
Introduction to Databases
1 Lecture 31 Introduction to Databases I Overview  Objectives of this lecture  History and Evolution of Databases  Basic Terms in Database and definitions.
Fundamentals, Design, and Implementation, 9/e Chapter 1 Introduction to Database Processing.
Introduction to Database Management
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
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.
Data at the Core of the Enterprise. Objectives  Define of database systems  Introduce data modeling and SQL  Discuss emerging requirements of database.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
Database Management COP4540, SCS, FIU An Introduction to database system.
INTRODUCTION TO DATABASE USING MS ACCESS 2013 PART 2 NOVEMBER 4, 2014.
Introduction to Database Concepts
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
Data at the Core of the Enterprise. Objectives  Define of database systems.  Introduce data modeling and SQL.  Discuss emerging requirements of database.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Database Management System Lecture 3 Models of Database Management Systems.
Module Title? DBMS Introduction to Database Management System.
Web-Enabled Decision Support Systems
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
1 Chapter 1 Overview of Database Concepts. 2 Chapter Objectives Identify the purpose of a database management system (DBMS) Distinguish a field from a.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Introduction to Microsoft Access Overview 1. Introduction What is Access? A relational database management system What is a Relational Database? Organized.
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Prof. Sujata Rao Introduction to Computers & MIS Data Base Concepts Lesson 8.
Chapter 1 : Introduction §Purpose of Database Systems §View of Data §Data Models §Data Definition Language §Data Manipulation Language §Transaction Management.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Microsoft Access Database Software.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
Chapter 1Introduction to Oracle9i: SQL1 Chapter 1 Overview of Database Concepts.
Database Concepts. Data :Collection of facts in raw form. Information : Organized and Processed data is information. Database : A Collection of data files.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
Component 4: Introduction to Information and Computer Science Unit 6a Databases and SQL.
Data resource management
CS453: Databases and State in Web Applications (Part 2) Prof. Tom Horton.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
Mining real world data RDBMS and SQL. Index RDBMS introduction SQL (Structured Query language)
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
Chapter-1- Basic Concepts Reference: Prof. Mona Mursi Lecture notes
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Database Management Systems By Dinesha L Lecturer, Dept. Of CSE SSIT, Tumkur Chapter-1.
The Database Concept and the Database Management System (DBMS) Databases.
Introduction to DBMS Purpose of Database Systems View of Data
Intro to MIS – MGS351 Databases and Data Warehouses
An Introduction to database system
Database Management System
Databases and Data Warehouses Chapter 3
Introduction to Database Management System
MANAGING DATA RESOURCES
Databases.
Data Model.
Introduction to DBMS Purpose of Database Systems View of Data
Database Design Hacettepe University
DATABASES WHAT IS A DATABASE?
Chapter 1 Introduction to Database Processing
Database SQL.
Presentation transcript:

Prof. Sujata Rao Introduction to Computers & MIS Data Base Concepts Lesson 6

ssr/1.0/12808 Data Base Concepts 2/ Topics to cover 1.Advantages of Automated System 2.Conceptualizing Data File 3.Evolution of Database System 4.Elements Of Database System 5.DBMS & RDBMS 6.Data Models 7.Factors Determining Database Performance

ssr/1.0/12808 Data Base Concepts 3/ 1. Advantages of Automated System Cycle Time for Information retrieval can be reduced Cycle Time for Information retrieval can be reduced Information can be stored for long period without deterioration Information can be stored for long period without deterioration Data can be updated with small workforce Data can be updated with small workforce Centralised Storing of voluminous data is possible Centralised Storing of voluminous data is possible Data redundancy can be minimised Data redundancy can be minimised Person independent systems possible Person independent systems possible

ssr/1.0/12808 Data Base Concepts 4/ Essentials of Computer Based Information System (CBIS) Ability to store & retrieve information Ability to store & retrieve information Unique file name Unique file name Extension name to depict the file type Extension name to depict the file type Program files - set of instructions Program files - set of instructions

ssr/1.0/12808 Data Base Concepts 5/ 2. Conceptualizing Data File Item_Detail Records or Tuples Fields or Attributes Table or Data File

ssr/1.0/12808 Data Base Concepts 6/ Item_Detail Supplier_Detail Customer_Detail Sales Data Base Tables

ssr/1.0/12808 Data Base Concepts 7/ Components of Database Field/Attributes Field/Attributes Meaningful transaction details. No. of fields is known as the degree of the Table Meaningful transaction details. No. of fields is known as the degree of the Table Records /Tuples Records /Tuples The rows of a table describing the details of a transaction. No. of rows determines the cardinality of a table The rows of a table describing the details of a transaction. No. of rows determines the cardinality of a table Tables Tables Collection of relevant records Collection of relevant records Database Database Collection of related Tables Collection of related Tables

ssr/1.0/12808 Data Base Concepts 8/ Data Base Management System Collection of interrelated Data Collection of interrelated Data Set of programs to control Set of programs to control the organization the organization Storage & retrieval Storage & retrieval

ssr/1.0/12808 Data Base Concepts 9/ Features Add, Modify, Delete, Extract data from a database Add, Modify, Delete, Extract data from a database Provide an environment which is convenient & efficient to use Provide an environment which is convenient & efficient to use A system which provides safety of the data stored from unauthorized use and in event of system crashing. A system which provides safety of the data stored from unauthorized use and in event of system crashing.

ssr/1.0/12808 Data Base Concepts 10/ Elements of Data Base Database Database Tables Tables Queries Queries Forms Forms Reports Reports Macros Macros Modules Modules Relationship Relationship

ssr/1.0/12808 Data Base Concepts 11/ 3. Evolution of Database System Late 1950s & Early 1960s Late 1950s & Early 1960s Flat files organised using sequential method Flat files organised using sequential method Physical & Logical data structures were identical Physical & Logical data structures were identical Data redundancy very high Data redundancy very high 1 st DBMS designed by Bachman in st DBMS designed by Bachman in 1964

ssr/1.0/12808 Data Base Concepts 12/ 3. Evolution of Database System Late 1960s Late 1960s Direct Access & Random Access Files Introduced Direct Access & Random Access Files Introduced Physical data independence became possible Physical data independence became possible 1970s 1970s Database concepts gained popularity Database concepts gained popularity Multiple views from same physical data Multiple views from same physical data Redundancy controlled Redundancy controlled Relational Database Model & Normalization procedures were developed Relational Database Model & Normalization procedures were developed ER Model introduced ER Model introduced Query Language Developed Query Language Developed

ssr/1.0/12808 Data Base Concepts 13/ 3. Evolution of Database System 1980s & 1990s 1980s & 1990s Relational Database introduced -DB2 by IBM Relational Database introduced -DB2 by IBM Microcomputer products developed Microcomputer products developed Client-Server RDBMS gained popularity – ORACLE & SYBASE Client-Server RDBMS gained popularity – ORACLE & SYBASE Object oriented Database Management System introduced Object oriented Database Management System introduced

ssr/1.0/12808 Data Base Concepts 14/ 3. Evolution of Database System Current Trend Current Trend Distributed DBMS, Distributed DBMS, Expert DBMS Expert DBMS Object Oriented DBMS Object Oriented DBMS Extensible DBMS Extensible DBMS

ssr/1.0/12808 Data Base Concepts 15/ 3. Evolution of Database System Late 1950s & Early 1960s Late 1950s & Early 1960s Flat files organised using sequential method Flat files organised using sequential method Physical & Logical data structures were identical Physical & Logical data structures were identical Data redundancy very high Data redundancy very high 1 st DBMS designed by Bachman in st DBMS designed by Bachman in 1964

ssr/1.0/12808 Data Base Concepts 16/ 4. Elements Of Database System

ssr/1.0/12808 Data Base Concepts 17/ 5. DBMS & RDBMS

ssr/1.0/12808 Data Base Concepts 18/ 6. Data Models

ssr/1.0/12808 Data Base Concepts 19/ 7. Factors Determining Database Performance