The administration at a university wants to keep track of department, faculty, and student major data, and to be able to generate four types of reports.

Slides:



Advertisements
Similar presentations
ER Model For a college DB
Advertisements

Entity-Relationship Modeling (ER-M)
CMPT 355 Sept-Dec w7d21 Example of Further Temporal Database Considerations Week 7, Day 2 based on last class.
Chapter Three Objectives Identification of Keys Application of primary and foreign keys Converting a database design to Relational DB. What is a good DBMS.
Data Modeling (CB 12) CPSC 356 Database Ellen Walker Hiram College (Includes figures from Database Systems by Connolly & Begg, © Addison Wesley 2002)
Database Modeling IT Key Ideas, Dynamic Database Systems, 2002 Chapter 8.
Computer Science 101 Web Access to Databases ER and Relational Models.
Riyadh Philanthropic Society For Science Prince Sultan College For Woman Dept. of Computer & Information Sciences CS 340 Introduction to Database Systems.
Project 1 Assignment Building a mini-database for CCI in UNCC which includes entity sets: departments (CS,SIS, bioinformatics), faculties, courses given.
1 Department review (Faculty and Chair) Academic Programs Council Faculty Council and CAS Dean Undergraduate/Graduate Academic Council UAC Report to Senate.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 5-1 COS 346 Day 7.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 5-1 COS 346 Day 8.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 5-1 COS 346 Day 9.
BUSINESS DRIVEN TECHNOLOGY
The (min,max) notation (1,1) (0,1) (1,N) (1,1). SUMMARY OF ER-DIAGRAM NOTATION FOR ER SCHEMAS Meaning ENTITY TYPE WEAK ENTITY TYPE RELATIONSHIP TYPE IDENTIFYING.
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 5-1 COS 346 Day 7.
Survey of policies affecting tenured and tenure-track faculty Administered by Appalachian State University’s Faculty Senate, March, Preliminary data.
Dr Derek Peacock14/08/20151 Database Design 1:1 Relationships Dr Derek Peacock.
COURSE REGISTRATION SYSTEM Case study IST2101. Case Study: Course Registration (1) IST2102 You are helping Penn State create a course registration system.
Database Design Concepts
Database Systems: Design, Implementation, and Management Tenth Edition Chapter 5 Advanced Data Modeling.
6-1 DATABASE FUNDAMENTALS Information is everywhere in an organization Information is stored in databases –Database – maintains information about various.
What to do While Your Clock is Ticking? Jan Shorey, M.D. Associate Dean of CME &Faculty Affairs UAMS College of Medicine.
Instructor :Huda Al-Omair
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Planning Alignment Joseph A. Alutto Executive Vice President and Provost.
Storing Organizational Information - Databases
TCEO Towson Course Evaluation Online Process. Based on feedback from faculty, chairs, and deans, the updated faculty dashboard shows information about.
“How to Speak HR” HR for Non-HR Users J Matthew Hawkins, HR Data & Resource Manager UNC School of Medicine.
Presentation Title | May 4, 2009 Department Hiring Policy for Benefitted Employees Review the Hiring Guide Will be part of the policy after STEP 10.
Process for conducting a vote of confidence Cal Poly, Pomona Academic Senate.
IS 312: Information Systems for Business Discussion Chapter 3.
1 Class Agenda (04/06/2006 and 04/11/2006)  Discuss use of Visio for ERDs  Learn concepts and ERD notation for data generalization  Introduce concepts.
REQUIREMENTS CAPTURE 1 ASU Course Registration Domain Model.
THE FACULTY AND THE UNIVERSITY OF KENTUCKY SENATE.
CS34311 The Entity- Relationship Model Part III..
Ashima Wadhwa. database  A database can be modeled as: ◦ a collection of entities, ◦ relationship among entities. entity  An entity is an object that.
Introduction to Database Systems
Howard Paul. Sequential Access Index Files and Data File Random Access.
Advice for New Deans: 10 Top List Laura J. Steinberg, Dean, Engineering & Computer Science, Syracuse University.
Rensselaer Polytechnic Institute CSCI-4380 – Database Systems David Goldschmidt, Ph.D.
Proposal Development by Faculty in an Academic Unit College, School, Department, or Program Proposal Preparation Office of Academic Programs, Assessment,
An Overview of the Promotion & Tenure Process UNIVERSITY OF KENTUCKY NEW FACULTY ORIENTATION AUGUST 20, 2015 KATIE CARDARELLI, PHD ASSOCIATE DEAN FOR ACADEMIC.
Year 12 > 13 Applied GCE ICT Unit 7 Using Database Software.
Your Career as a Student Advocate Promotion and Tenure Steven Specter, PhD University of South Florida College of Medicine Tampa, FL.
Academic Leadership Forum
Presentation Title.
Presentation Title.
ER model Ashima Wadhwa.
BYLAW REVISION TO UPDATE FACULTY DEFINITIONS
Database Processing: David M. Kroenke’s Chapter Five:
Appointment, Promotion and Tenure
Poster Title Author Name
Phone: + 40 (728) | +40 (733)
Chapter 5 STUDENT-COURSE
Current policy is 14 years old ttp://web. csulb
Integrated Multiphysics Simulations and Design Optimization Industrial Open Day, Jyvaskyla University.
ERD (Entity Relationship Diagrams)
First and last name D E P T O F L First and last name A B R Y M
Current policy is 14 years old ttp://web. csulb
CS4222 Principles of Database System
Database Processing: David M. Kroenke’s Chapter Five:
Group 1 Group 1 Group 1 Group 1 word word word word word word word word word word word word word word word word word word word word word word word.
Moving to Higher administration
Apportionment for 2013/2014 CRAO committee gathered data on faculty numbers in their college as of fall Faculty were counted if they: Held a full.
Unit/Title configurations (A) October 2008
Apportionment for 2016/2017 CRAO committee gathered data on faculty numbers in their college as of fall Faculty were counted if they: Held a full.
Presentation Title Your information.
Database Design More entity-relationship modelling
Presentation: “Managing a Department, Working with the School Dean and Staying Research Active.” 1.
Presentation transcript:

The administration at a university wants to keep track of department, faculty, and student major data, and to be able to generate four types of reports from it.

The College Report

The Department Report

The Majors Report

The Acceptance Letter

The College Report

Information about departments

College

Identify Entities and Attributes

College Name Dean LastNameFirstName CampusAddres s OfficeNum Building Phone

College Name Dean LastNameFirstName CampusAddres s OfficeNum Building Phone DEPARTMENT

College Name Dean LastNameFirstName CampusAddres s OfficeNum Building Phone DEPARTMENT Name Chair LastNameFirstName Phone TotalMajors

The Department Report

Information on Faculty

College Name Dean LastNameFirstName CampusAddres s OfficeNum Building Phone DEPARTMENT Name Chair LastNameFirstName Phone TotalMajors

College Name Dean LastNameFirstName CampusAddres s OfficeNum Building Phone DEPARTMENT Name Chair LastNameFirstName CampusAddres s OfficeNum Building Phone TotalMajors

PROFESSOR

Name LastNameFirstName CampusAddres s OfficeNum Building Phone

PROFESSOR ID Name LastNameFirstName CampusAddres s OfficeNum Building Phone included so there is a key

The Majors Report

Redundant information

The Majors Report Redundant information Information on students

PROFESSOR ID Name LastNameFirstName CampusAddres s OfficeNum Building Phone STUDENT

PROFESSOR ID Name LastNameFirstName CampusAddres s OfficeNum Building Phone STUDENT ID Name LastNameFirstName Phone

The Acceptance Letter

PROFESSOR ID Name LastNameFirstName CampusAddres s OfficeNum Building Phone STUDENT ID Name LastNameFirstName Phone

PROFESSOR ID Name LastNameFirstName CampusAddres s OfficeNum Building Phone STUDENT ID Name LastNameFirstName HomeAddress CityStreet Phone Title State ZIPCode EnrollmentDate

Identify and Specify Relationships

COLLEGEDEPARTMENT

COLLEGEDEPARTMENT BelongsTo

COLLEGEDEPARTMENT BelongsTo 1N

COLLEGEDEPARTMENT BelongsTo 1N

FACULTY COLLEGEDEPARTMENT BelongsTo 1N

FACULTY MemberOf COLLEGEDEPARTMENT BelongsTo 1N

FACULTY MemberOf COLLEGEDEPARTMENT BelongsTo 1N 1 N

FACULTY MemberOf COLLEGEDEPARTMENT BelongsTo 1N 1 N

COLLEGEDEPARTMENT FACULTY STUDENT 1 N BelongsTo 1N MemberOf

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N BelongsTo 1N MemberOf

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N N M BelongsTo 1N MemberOf

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N N M BelongsTo 1N MemberOf

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N N M BelongsTo 1N MemberOf AdvisedBy

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N N M BelongsTo 1N MemberOf AdvisedBy M N

COLLEGEDEPARTMENT FACULTY STUDENT MajorsIn 1 N N M BelongsTo 1N MemberOf AdvisedBy M N