Database Administration COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.

Slides:



Advertisements
Similar presentations
Database Planning, Design, and Administration
Advertisements

1 Pertemuan > > Matakuliah: >/ > Tahun: > Versi: >
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
1 Chapter 2 Database Environment Transparencies © Pearson Education Limited 1995, 2005.
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2014.
1 Chapter 2 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data u User’s view immune to changes.
Lecture Nine Database Planning, Design, and Administration
Lecture Two Database Environment Based on Chapter Two of this book:
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Database Administration Chapter 16. Need for Databases  Data is used by different people, in different departments, for different reasons  Interpretation.
Chapter 2 Database System Concepts and Architecture
DATABASE MANAGEMENT SYSTEM ARCHITECTURE
Chapter One Overview of Database Objectives: -Introduction -DBMS architecture -Definitions -Data models -DB lifecycle.
Introduction to Data bases concepts
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Data and Database Administration CISB344 Database 2  At the end of this chapter, you should be able to:  Define terms related to data & database administration.
Chapter 9 Database Planning, Design, and Administration Sungchul Hong.
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
Chapter 1: The Database Environment and Development Process
Data Administration & Database Administration
Current Job Components Information Technology Department Network Systems Administration Telecommunications Database Design and Administration.
 DATABASE DATABASE  DATABASE ENVIRONMENT DATABASE ENVIRONMENT  WHY STUDY DATABASE WHY STUDY DATABASE  DBMS & ITS FUNCTIONS DBMS & ITS FUNCTIONS 
Database System Concepts and Architecture
Conceptual Design versus Logical Design. Conceptual Data Design Prepared at beginning of project High level view of how the client sees the data Top down.
1 Minggu 9, Pertemuan 17 Database Planning, Design, and Administration Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
Committee of Sponsoring Organizations of The Treadway Commission Formed in 1985 to sponsor the National Commission on Fraudulent Financial Reporting “Internal.
Oracle9i Performance Tuning Chapter 1 Performance Tuning Overview.
Chapter Two ( Data Model) Objectives Introduction to Data Models What are the Data Models Why they are important Learn how to design a DBMS.
Database Planning, Design, and Administration Transparencies
Database Systems DBMS Environment Data Abstraction.
8/31/2012ISC329 Isabelle Bichindaritz1 Database Environment.
Bayu Adhi Tama, M.T.I 1 © Pearson Education Limited 1995, 2005.
Database Environment Session 2 Course Name: Database System Year : 2013.
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
DATABASE MANAGEMENT SYSTEM ARCHITECTURE
1 Chapter 1 Introduction to Databases Transparencies.
IST 318 Database Administration Lecture 1 What Is a DBA?
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Database Administration
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
1 Database Environment. 2 Objectives of Three-Level Architecture All users should be able to access same data. A user’s view is immune to changes made.
Chapter 2 Database Environment.
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
Lecture On Introduction (DBMS) By- Jesmin Akhter Assistant Professor, IIT, Jahangirnagar University.
2 1 Database Systems: Design, Implementation, & Management, 7 th Edition, Rob & Coronel Data Models Why data models are important About the basic data-modeling.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Postgraduate Module Enterprise Database Systems Technological Educational Institution of Larisa in collaboration with Staffordshire University Larisa
Database Administration Advanced Database Dr. AlaaEddin Almabhouh.
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.
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Roles in the Database Environment
REV 00 Chapter 2 Database Environment DDC DATABASE SYSTEM.
Computer Jobs Data Entry Operators Computer Librarians
Database Development (8 May 2017).
Datab ase Systems Week 1 by Zohaib Jan.
Chapter 2 Database Environment.
 DATAABSTRACTION  INSTANCES& SCHEMAS  DATA MODELS.
Chapter 2 Database Environment.
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
Database Environment Transparencies
Database Development Cycle
What is DBA? Discus the basic duties of DBA.
Chapter 2 Database Environment Pearson Education © 2014.
The ANSI/SPARC Architecture of a Database Environment
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment Pearson Education © 2009.
Presentation transcript:

Database Administration COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI

Roles in the database environment  Data administrator  Database administrator  Database designers (logical and physical)  Application programmers  End users

Roles in the database environment  Data administrator Working area that plans, organizes, describes and controls data resources development and execution of architectures, policies, practices and procedures that properly manage the full data lifecycle  Database administrator IT professional responsible for the installation, configuration, upgrading, administration, monitoring, maintenance, and security of databases in an organization Basic purpose: To improve the efficiency and capacity issues

 Database designers (logical and physical) Who describes the process of producing a detailed data model of a database  Application programmers write code for software applications Single or work in a team  End users

Roles with respect to access There are two ways that roles in a database environment can be used: User roles Application roles

Roles with respect to access User role: A user role is created for a group of database users that have several privilege requirements in common Application role: Application roles are granted when it is necessary for running a database application.

Levels of database architecture There are three levels of database architecture: 1.External level 2.Conceptual level 3.Internal level

Levels of database architecture 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

Entity- relationship model Entities are real-world objects about which we collect data Attributes describe the entities Relationships are associations among entities Entity set – set of entities of the same type Relationship set – set of relationships of same type