DATABASE SYSTEM UNIT I.

Slides:



Advertisements
Similar presentations
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Advertisements

ETEC 100 Information Technology
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Database Management COP4540, SCS, FIU An Introduction to database system.
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
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
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
File Systems and Databases Lecture 1. Files and Databases File: A collection of records or documents dealing with one organization, person, area or subject.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
1 Geog 357: Data models and DBMS. Geographic Decision Making.
5/12/  It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
What is a database? (a supplement, not a substitute for Chapter 1…) some slides copied/modified from text Collection of Data? Data vs. information Example:
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
CS-508 Databases and Data Mining By Dr. Noman Hasany.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
Fundamental of Database Systems
James A. Senn’s Information Technology, 3rd Edition
CS311 Database Management system
Chapter 3 Data Representation
Introduction to Microsoft Access
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Datab ase Systems Week 1 by Zohaib Jan.
Outline Types of Databases and Database Applications Basic Definitions
Chapter 2 Database Environment.
An Introduction to database system
COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI
Database Management:.
Computer Organisation
Introduction to Information Technology
Tools for Memory: Database Management Systems
9/22/2018.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Information System and Management
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2009.
What is a Database and Why Use One?
Introduction to Database Management System
Chapter 2 Database Environment Pearson Education © 2009.
Data Base System Lecture : Database Environment
MANAGING DATA RESOURCES
What is database? Types and Examples
Chapter 1 Database Systems
Introduction to DataBase
Database.
File Systems and Databases
Managing data Resources:
Database Systems Chapter 1
Database Environment Transparencies
Chapter 1: The Database Environment
Databases.
Database Systems Instructor Name: Lecture-3.
Lecture 1 File Systems and Databases.
Chapter 1: The Database Environment
The Database Environment
Chapter 1 Database Systems
Database Management Systems
Chapter 2 Database Environment Pearson Education © 2014.
DATABASE TECHNOLOGIES
Advanced Database System
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
The Database Environment
Database Systems: Design, Implementation, and Management Tenth Edition
Database management systems
Presentation transcript:

DATABASE SYSTEM UNIT I

Data???

Data??? Data is any information--- that could be Recorded… Example of Data Text, Number, Image, videos, speech

Data???? data is information that has been translated into a form that is efficient for movement or processing. today's computers and transmission media, data is information converted into binary digital form. It is acceptable for data to be used as a singular subject or a plural subject. Raw data is a term used to describe data in its most basic digital format.

Database A database is a collection of information that is organized so that it can be easily accessed, managed and updated. Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added

Database- Collection of relative data Types of Data Text & Number- Traditional DB Image, Audio, Video- Multimedia DB Satellite – GIS DB Department Store- Realtime DB Huge Data- Datawarehouse – Historical Data

Why Databases Avoid manual errors Computerized the data Need to manage the data using the programs - Define the data types - construct the data -Manipulate the data

A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data.

Basic Concept Data - Information Database- Collection of Data Software- ORACLE, SQL Server 2005… Hardware- Storage Device User End User Application Developer Database Administrator

Operational Data An operational data is a database designed to integrate data from multiple sources for additional operations on the data. Its for reporting, controls and operational decision support. University – Student Data Industry – Employee Data Hospital – Patent Data

Data Independence Data independence is the type of data transparency that matters for a centralized DBMS. It refers to the immunity of user applications to changes made in the definition and organization of data.

DATABASE ARCHITECTURE

Three Levels EXTERNAL LEVEL How data is viewed by an individual user CONCEPTUAL LEVEL How data is viewed by a community of users INTERNAL LEVEL How data is physically stored

Distributed Database

Distributed Database A distributed database is a database in which portions of the database are stored in multiple physical locations and processing is distributed among multiple database nodes. The evolution of distributed database is a database in which storage devices are not all attached to a common processor. It may be stored in multiple computers, located in the same physical location; or may be dispersed over a network of interconnected computers.