Test SEITA.

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

ER Model For a college DB
ER Modeling Case Studies
Chapter 6: Entity-Relationship Model (part I)
ER Modeling Case Studies
Mapping ER to Relational Model
Copyright © 2015 Pearson Education, Inc. Database Design Chapters 17 and
ISMT221 Information Systems Analysis and Design Entity-Relationship Diagram Lab 4 Tony Tam.
McMillan’s Quizzes Multiple choice, open book, open notes Not open computers, not open classmates Partial credit: if less than half the class gets a question.
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.
Data Modeling with ERD ISYS 363. Entity-Relationship Diagram An entity is a “thing” in the real world, such as a person, place, event for which we intend.
Modeling & Designing the Database
Entity/Relationship Modelling
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: Introduction to Database Management, All Rights ReservedIntroduction to Database Management.
© 2007 by Prentice Hall (Hoffer, Prescott & McFadden) 1 Entity Relationship Diagrams (ERDs)
Chapter 3: Modeling Data in the Organization
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
Converting ER model Into Relational Table
Conceptual Design Lecture - 2 Database Development.
CSCI 3140 Module 2 – Conceptual Database Design Theodore Chiasson Dalhousie University.
UNIT 2.
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 2: Modeling Data in the Organization.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
1 Entity-Relationship Diagram. 2 Components of ERD: –Entity –Relationship –Cardinality –Attributes.
IS 230Lecture 4Slide 1 Entity Relationship to Relational Model Mapping Lecture 5.
Database Management System Quiz 1. A company needs to store information about: the employees identified by EmpNo, Name, Salary and Phone; departments.
C-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
Entity – Relationship Model (E-R Model)
Normalization Exercise. First Normal Form Second Normal Form.
In this session, you will learn to: Map an ER diagram to a table Objectives.
ENTITY RELATIONSHIP DIAGRAM ENTITY RELATIONSHIP DIAGRAM IS A SPECIALIZED GRAPHIC THAT ILLUSTRATES THE INTERRELATIONSHIPS BETWEEN ENTITIES IN A DATABASE.
UNIT_2 1 DATABASE MANAGEMENT SYSTEM[DBMS] [Unit: 2] Prepared By Lavlesh Pandit SPCE MCA, Visnagar.
Order Database – ER Diagram Prepared by Megan Foster Fall Semester 2014.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Introduction to Database System. 1. Define Database, Database Management System and Database System. Explain the components of DBMS with its advantages.
Week 7-8 DBMS ER-Relational Mapping. ER-Relational Mapping.
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?
SATMathVideos.Net A set S consists of all multiples of 4. Which of the following sets are contained within set S? A) S2 only B) S4 only C) S2 and S4 D)
The Entity-Relationship Model, P. I R. Nakatsu. Data Modeling A data model is the relatively simple representation, usually graphic, of the structure.
Entity Relationship Diagram (ERD). Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Howard Paul. Sequential Access Index Files and Data File Random Access.
Rensselaer Polytechnic Institute CSCI-4380 – Database Systems David Goldschmidt, Ph.D.
Order Database – ER Diagram Prepared by Bryan Borcher Spring 2014.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 3: Modeling Data in the Organization Modern Database Management 9 th Edition Jeffrey.
Conversion from ER diagram to relational model 1 ER is a visual model The relational model is a matemathical model.
April 20022CS3X1 Database Design Entity-relationship modelling John Wordsworth Department of Computer Science The University of Reading
Data Modeling AND ER MODELS.
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
DATA SCIENCE MIS0855 | Spring 2016 Designing Data
Extra ER. Q1: Draw an ER diagram A construction company wishes to establish a database system to record information about employees. The employee data.
IT 5433 LM3 Relational Data Model. Learning Objectives: List the 5 properties of relations List the properties of a candidate key, primary key and foreign.
Databases (CS507) CHAPTER 8
Order Database – ER Diagram Prepared by Evan Hollister Spring 2016.
Announcements Reading for Monday –Appendix A Homework 3 – Due today Project: Steps –Due 10/4 Exam 1 – 10/6.
The Entity-Relationship Model
Databases – Exam questions
Information Systems Today: Managing in the Digital World
Entity-Relationship Model
CSCI-100 Introduction to Computing
Order Database – ER Diagram
Extra ER.
Extra ER.
Entity Relationship Model
Systems Analysis – ITEC 3155 Modeling System Requirements – Part 2
ER Modeling Case Studies
Review #1 Intro stuff What is a database, 4 parts, 3 users, etc.
Extra ER.
Extra ER LAB #2.
Presentation transcript:

Test SEITA

Draw an ER diagram for a university database consisting of 4 entities : Student, Department, Class, Faculty and convert it to tables. A student has a unique id, the student can enroll for multiple classes and has at most one major. Faculty must belong to department and faculty can take multiple classes Every student will get a grade for the class he/she was enrolled. (10 marks) 2. Explain the steps of an algorithm for ER to relational mapping (5 marks)

Answer Any 3 from following 3 Answer Any 3 from following 3. Explain Generalization, Specialization and Aggregation with example 4. Draw and Explain Database system architecture 5. Define the following terms: a. Primary Key b. Strong entity set c. Database Management System d. Candidate Key e. Characteristics of databases 6. Explain different data models with its advantages and disadvantages. 7. Construct an ER Diagram for a car-insurance company that has a set of customers each of whom owns one or more cars. Each car has associated with it zero to any number of recorded accidents. 8. Define Data Independence and Explain types of data independence