Week 7 Quiz P1 Zach Meier, Joe Mikula. Question 1 Which of the following is independent of the choice of a DBMS? Answer: A ERDs are simply a way to represent.

Slides:



Advertisements
Similar presentations
XML DOCUMENTS AND DATABASES
Advertisements

Database Systems: Design, Implementation, and Management Chapter 9 Database Design.
Entity Relationship (ER) Modeling
Information Resources Management January 16, 2001.
Introduction to Databases
4 1 Chapter 4 Entity Relationship (ER) Modeling Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
IE 423 – Design of Decision Support Systems Introduction to Data Base Management Systems and MS Access.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Employee database: Conceptual Schema in ERD Chapter 3, page 62.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Chapter 13 – File and Database Systems
Chapter 6 Database Design
Copyright © 2004 Pearson Education, Inc.. Chapter 12 Practical Database Design Methodology and Use of UML Diagrams.
1004INT Information Systems Week 10 Databases as Business Tools.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 2 Introduction to Database Development.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
Introduction to Database Development. 2-2 Outline  Context for database development  Goals of database development  Phases of database development.
Chapter 4 Entity Relationship (ER) Modeling
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
Modeling & Designing the Database
The database development process
© Pearson Education Limited, Chapter 12 Physical Database Design – Step 3 (Translate Logical Design) Transparencies.
Chapter 4 Introduction to Database Development. McGraw-Hill/Irwin © 2004 The McGraw-Hill Companies, Inc. All rights reserved. Outline Context for database.
Introduction to Databases and Database Languages
DISTRIBUTED DATABASES AND DDBMS.  Understand the concept of “Distributed Data”  Describe various Distributed Data and DDBMS implementations  Explain.
Database Design, Application Development, and Administration, 5 th Edition Copyright © 2011 by Michael V. Mannino All rights reserved. Chapter 2 Introduction.
CSC271 Database Systems Lecture # 30.
4 1 Chapter 4 Entity Relationship (ER) Modeling Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
ITEC224 Database Programming
IST 210 Database Design Process IST 210 Todd S. Bacastow January 2005.
University of Sunderland COM 220 Lecture Three Slide 1 Database Application Lifecycle.
Week 4 Lecture Part 3 of 3 Database Design Samuel ConnSamuel Conn, Faculty Suggestions for using the Lecture Slides.
Massively Distributed Database Systems - Distributed DBS Spring 2014 Ki-Joune Li Pusan National University.
Lecture 5: Sun: 1/5/ Distributed Algorithms - Distributed Databases Lecturer/ Kawther Abas CS- 492 : Distributed system &
Data Warehouse Fundamentals Rabie A. Ramadan, PhD 2.
Chapter 4 Introduction to Database Development. Outline Context for database development Goals of database development Phases of database development.
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
Unit 9 Transaction Processing. Key Concepts Distributed databases and DDBMS Distributed database advantages. Distributed database disadvantages Using.
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
MIS 673: Database Analysis and Design u Objectives: u Know how to analyze an environment and draw its semantic data model u Understand data analysis and.
CS370 Spring 2007 CS 370 Database Systems Lecture 4 Introduction to Database Design.
 Three-Schema Architecture Three-Schema Architecture  Internal Level Internal Level  Conceptual Level Conceptual Level  External Level External Level.
SFDV Principles of Information Systems Lecture 5: Designing the Solution.
Hashing Hashing is another method for sorting and searching data.
Topics to be presented Adv. Databases and Dataware Houses Topics to be presented by students 1.Indexing DW (Bitmap, MDX, X-Tree, UB-Tree, etc.) ( approx.
Introduction.  Administration  Simple DBMS  CMPT 454 Topics John Edgar2.
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
Week 4-5 DBMS Database Design. Database design process can be divided into 6 major steps: 1.Requirements Analysis 2.Conceptual Database Design 3.Logical.
CS523 Database Design Instructor : Somchai Thangsathityangkul You can download lecture note at Class Presence 10% Quiz 10%
Quiz 12 Data Warehouses Quoc Anh Tran Timothy O’Brien.
Database Development Indra Budi
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
THE THREE LEVEL ARCHITECTURE OF DBMS A.EXTERNAL LEVEL OR SUBSCHEMA B.CONCEPTUAL LEVEL OR CONCEPTUAL SCHEMA C.INTERNAL LEVEL OR PHYSICAL SCHEMA A.EXTERNAL.
IST 210 Database Design Process IST 210, Section 1 Todd S. Bacastow January 2004.
For more course tutorials visit CIS 336 All iLabs Week 1 to Week 7 Devry University CIS 336: All iLabs Week 1 to Week 7: Devry University.
Virtual University of Pakistan Distributed database Management Systems Lecture 03.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
 1. Which one of the following applications/activities is typical of a data warehouse?  Since data warehouses are used to collect and store historical.
5/11/2018.
Database Development (8 May 2017).
CIS 336 Slingshot Academy / cis336study.com
Chapter 6 Database Design
Paging Examples Assume a page size of 1K and a 15-bit logical address space. How many pages are in the system?
Review of Week 1 Database DBMS File systems vs. database systems
logical design for relational database
Chapter 22, Part
Presentation transcript:

Week 7 Quiz P1 Zach Meier, Joe Mikula

Question 1 Which of the following is independent of the choice of a DBMS? Answer: A ERDs are simply a way to represent the logical structure of a database. When you are doing Physical DB Design, you should already have a working logical design that has been derived from an ERD.

Question 2 Conceptual Data Modeling takes place primarily during: Answer: B Conceptual Data Modeling revolves around the initial data requirements and converting these into a manageable ERD, which is used in the logical database design. This process is in the initial design phase rather than implementation.

Question 3 Which of the following decisions would be a part of physical database design? Answer: C “Index selection is the most important choice of physical database design.” Page 265 paragraph 4

Question 4 Which of the following decisions would be a part of distributed database design? Answer: D Distributed database design is concerned with choices of data location and processes meant to improve performance and local control of data (pg 34). The replication of critical tables across locations is an element of designing where the data will be stored.

Question 5 For large projects, the most difficult problem in view design and integration is often: Answer: A “The view design is typically small enough for a single person to design.” However, the view integration process often involves resolving conflicting views and is a more involved process. (pg 35)