1. Define Database, Database Management System and Database System. How they are interrelated with one another. How a user access the data from the Database?

Slides:



Advertisements
Similar presentations
Chapter 6 Data Design.
Advertisements

Database Environment Pertemuan 02 Matakuliah: M0564 /Pengantar Sistem Basis Data Tahun : 2008.
Review Indra Budi Fakultas Ilmu Komputer UI 2 Database Introduction Database vs File Processing Main purpose of database Database Actors.
1 Pertemuan 02 Database environment Matakuliah: >/ > Tahun: > Versi: >
Chapter 2 Database Environment.
Chapter 6 Methodology Conceptual Databases Design Transparencies © Pearson Education Limited 1995, 2005.
1 Review #1 l Intro stuff –What is a database, 4 parts, 3 users, etc. l Architecture –Data independence –Three levels, two mappings –Jobs of the DBA.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Organizing Data Chapter 5. Data Hierachy Table = Entities X Attributes Entities = Records Attributes = Fields.
Lecture Fourteen Methodology - Conceptual Database Design
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.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Lecture Two Database Environment Based on Chapter Two of this book:
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
© 2003 McGraw-Hill Australia Pty Ltd, PPTs t/a Accounting Information & Reporting Systems by A. Aseervatham and D. Anandarajah. Slides prepared by Kaye.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
The Relational Database Model
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Web-Enabled Decision Support Systems
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
CSC271 Database Systems Lecture # 4.
Database System Concepts and Architecture
Methodology - Conceptual Database Design Transparencies
Methodology Conceptual Databases Design
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
1 Chapter 15 Methodology Conceptual Databases Design Transparencies Last Updated: April 2011 By M. Arief
Q1: What is DBMS and explain its architecture. Q2: Explain Data Independence in detail. Q3: What is database user and explain the types of database user.
2. Database System Concepts and Architecture
Chapter 1 : Introduction §Purpose of Database Systems §View of Data §Data Models §Data Definition Language §Data Manipulation Language §Transaction Management.
Section 05Concepts Of DBMS1 HSQ - DATABASES & SQL And Franchise Colleges 05 Concepts of DBMS By MANSHA NAWAZ.
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
Chapter 4 Database Processing Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 4-1.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Methodology - Conceptual Database Design
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
DataBase Management System What is DBMS Purpose of DBMS Data Abstraction Data Definition Language Data Manipulation Language Data Models Data Keys Relationships.
Programming in C++.
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
Introduction to Databases
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
In this session, you will learn to: Map an ER diagram to a table Objectives.
+ Information Systems and Databases 2.2 Organisation.
Database Systems, 9th Edition 1.  In this chapter, students will learn: That the relational database model offers a logical view of data About the relational.
Bayu Adhi Tama, M.T.I 1 © Pearson Education Limited 1995, 2005.
Database Environment Session 2 Course Name: Database System Year : 2013.
1 Chapter 1 Introduction to Databases Transparencies.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Introduction to Database System. 1. Define Database, Database Management System and Database System. Explain the components of DBMS with its advantages.
1. Explain the DBMS with its Components and Describe the various functions of DBMS? 2. Define the term DBA. Explain the various Roles of Database Administrator?
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Chapter 2 Database Environment.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Chapter 3 The Relational Database Model. Database Systems, 10th Edition 2 * Relational model * View data logically rather than physically * Table * Structural.
Database Environment Chapter 2. The Three-Level ANSI-SPARC Architecture External Level Conceptual Level Internal Level Physical Data.
Databases Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
IT 5433 LM2 ER & EER Model. Learning Objectives: Explain importance of data modeling Define and use the entity-relationship model Define E/R terms Describe.
Databases – Exam questions
Chapter 2 Database Environment Pearson Education © 2009.
Introduction to Database Systems
Chapter 5 Data Resource Management.
Data Model.
Chapter 2 Database Environment Pearson Education © 2014.
Information Technology And Its Application in Business
Presentation transcript:

1. Define Database, Database Management System and Database System. How they are interrelated with one another. How a user access the data from the Database? Explain with the help of Block Diagram? 2. a) Differentiate between Traditional File Processing System and Database System? b) Define the term DBA. Explain the various Roles of Database Administrator? 3. Write short notes on the following: a) Datab) Information c)Entity d)Domain e)Tuplef)Cardinality Ratio 4. Explain the three Schema Architecture of a Database System with Block Diagram? 5. Write short note on Hierarchical and Network Data Model along with their advantages and disadvantages?

6. a)Explain the term data independence.Also explain physical and logical data independence by giving example. b) Describe the difference between Client/Server architecture and tradition DBMS architecture. 7. Explain the various advantages and disadvantages of database system environment? 8. Define the following terms: a) Metadata b) Data Dictionary c) Distributed Databases 9. What is the purpose of E-R Model ? Explain various types of entities, Attributes and relationships used in this model with the help of suitable example? 10 Explain the following keys: a)Primary keyb) Secondary Key c) Candidate Keyd) Foreign key e) Alternate Keyf) Super Key