What is a Database System? 1 Lecture 1. What is a Database System? 2 Informal introduction what do you think a database system is? think of some (real.

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

Introduction to Relational Database Systems 1 Lecture 4.
1 Term 2, 2004, Lecture 9, Distributed DatabasesMarian Ursu, Department of Computing, Goldsmiths College Distributed databases 3.
CS2008 Data Management CS5035 Introduction to Database Systems Nigel Beacham based on materials by Dr Yaji.
Introduction to Databases
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Chapter 1: The Database Environment
Introduction to Databases
Introduction to Databases
1 1 File Systems and Databases Chapter 1 The Worlds of Database Systems Prof. Sin-Min Lee Dept. of Computer Science.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
Chapter 1 Introduction to Databases
Introduction to Databases
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Introduction to Databases and Database Languages
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Introduction to Databases. Case Example: File based Processing Real Estate Agent’s office Property for sale or rent Potential Buyer/renter Staff/employees.
Introduction Chapter 1. Reference Book  Database Systems Thomas Connolly, Carolyn Begg, Anne Strachan Addison-Wesley 1999 ISBN:
CPS120: Introduction to Computer Science Information Systems: Database Management Nell Dale John Lewis.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Database Technical Session By: Prof. Adarsh Patel.
Introduction: Databases and Database Users
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Databases and Database Management Systems
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Chapter 11 CS Introduction to Database Systems.
Chapter 55 Data Modelling - Introduction Compiled by Eddie Moorcroft Source: P M Heathcote A level ICT.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
Organizing Data Revision: pages 8-10, 31 Chapter 3.
Databases Traditional Data Management vs Database Management System.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
1 Chapter 1 Introduction to Databases Transparencies Last Updated: Pebruari 2010 By M. Arief Updated by RSO Feb 2011
Database Management System (DBMS) an Introduction DeSiaMore 1.
CS370 Spring 2007 CS 370 Database Systems Lecture 1 Overview of Database Systems.
CS 1308 Computer Literacy and the Internet
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
Chapter 1 Introduction to Databases © Pearson Education Limited 1995, 2005.
Module 1: Database System
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
1 Introduction to Databases. 2 Examples of Database Applications u Purchases from the supermarket u Purchases using your credit card u Booking a holiday.
DATABASE MANAGEMENT SYSTEM By: YAMINI TRIPATHI. INTRODUCTION Consists - Collection of interrelated data - Set of programs to access those data Definition.
UNIVERSITAS MUHAMMADIYAH SURAKARTA DATABASE MANAGEMENT SYSTEM - INTRODUCTION.
File Based System.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
INTRODUCTION lecture1 1. Data base concept Data is a meaningless static value. What does 3421 means? Information is the data you process in a manner that.
Principles of Database Design, Part I AIMS 2710 R. Nakatsu.
Introduction & History of Database Systems
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
What is Handling Information?.
Databases Flat Files & Relational Databases. Learning Objectives Describe flat files and databases. Explain the advantages that using a relational database.
SQL Basics Review Reviewing what we’ve learned so far…….
Introduction to Databases
Introduction to Databases
CS311 Database Management system
Introduction to Databases
Databases A brief introduction….
Data Base System Lecture 2: Introduction to Database
Structured Query Language
Lecture 1 File Systems and Databases.
The Database Environment
Introduction to Databases
© Virtual University of Pakistan
Presentation transcript:

What is a Database System? 1 Lecture 1

What is a Database System? 2 Informal introduction what do you think a database system is? think of some (real life) examples of database systems main features provided by a database system store (insert, delete and update) and retrieve data

What is a Database System? 3 Example: part of a relational database

What is a Database System? 4 Database / file-based system definition … is a software (computer program, system) that provides assistance in the management of data approaches decentralised file based system centralised database system

What is a Database System? 5 File-based system : Sales Depts files Sales Department files PropertyId Street Area City PostCode Type NoOfRooms Rent OwnerId Property for rent file OwnerId FirstName LastName Address TelNo Owner file RenterId FirstName LastName Address TelNo PreferredType MaxRent Renter file

What is a Database System? 6 File-based system : Contracts Depts files Contracts Department files PropertyId Street Area City PostCode Rent Property for rent file RenterId FirstName LastName Address TelNo Renter file LeaseID PropertyId RenterId OwnerId Rent TypeOfPayment Deposit Start Finish Lease file OwnerId FirstName LastName Address TelNo Owner file

What is a Database System? 7 The file-based approach group n of users group 2 of users group 1 of users Application 1 Files of Application 1 Application 2 Application n Files of Application 2 Files of Application n

What is a Database System? 8 File based systems - limitations duplication of data wasteful prone to inconsistencies separation and isolation of data data cannot be used together incompatible file formats program-data dependence incompatible file formats fixed queries

What is a Database System? 9 Database / database system definition a database (DB) is a shared collection of logically related persistent data as part of the information system of an organisation main points persistent data logically related data shared database system database + the operations defined on it

What is a Database System? 10 The database approach group n of users group 2 of users group 1 of users Application 1 Application 2 Application n DB DBMS DB raw data + data dict.

What is a Database System? 11 Database management system definition a database management system (DBMS) is a software that provides a set of primitives for defining, accessing and manipulating data

What is a Database System? 12 Summary real life examples of database systems file-based systems database systems database (DB) database system database management system (DBMS)

What is a Database System? 13 Activity A1 Think of a real life system for data management developed in a file-based approach (i.e. a system that you have or might have come across). What disadvantages do you identify? Could any of them be solved by adopting a database approach? Does the database approach solution introduce any disadvantages?