ERD to Relational Database Model Yong Choi BPA CSUB.

Slides:



Advertisements
Similar presentations
Welcome to CODE SPREAD Simple Concepts of Coding | Programming.
Advertisements

Database Design DB Chapter 5 J.G. Zheng June 29th 2005.
Database Design J.G. Zheng May 19 th Overview Entity Relationship Modeling Data modeling using Entity Relationship Diagram (ERD) Transforming.
Test practice Multiplication. Multiplication 9x2.
Java Stored Procedures Introduction Benefits of Java Stored Procedures Deployment of Java Stored Procedures (in four steps). Prepared by: Prem Jayaraman.
CN2180 MS SQL Server Kemtis Kunanuraksapong MSIS with Distinction, A+ MCTS, MCDST, MCP.
Chapter 5 Normalization of Database Tables
Normalization of Database Tables Special adaptation for INFS-3200
The Relational Model Chapter Two. 2 Chapter Objectives Learn the conceptual foundation of the relational model Learn the conceptual foundation of the.
Employee database: Conceptual Schema in ERD Chapter 3, page 62.
Structured Query Language Chapter Three Part 3 – Inserts, Updates, Deletes.
1 MIS 340: Data Modeling 2 Yong Choi School of Business CSUB.
DFD Using a Case Tool: Visible Analysts Yong Choi BPA CSUB.
Structured Query Language Part II Chapter Three CIS 218.
Normalization Practice Yong Choi BPA CSUB. 1NF Customer_IDNameAddressCompany Name 104Mr. Ray Suchecki 123 Pond Hill Road, Detroit, MI, CSUB 624Mr.
Data Modeling Yong Choi School of Business CSUB. Part # 2 2 Database Collection of data in electronic format – A digital library of organization Managed.
Mapping from E-R Model to Relational Model Yong Choi School of Business CSUB.
The Relational Model Chapter Two (Excerpts) DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Structured Query Language Chapter Three (Excerpts) DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Structured Query Language Chapter Three DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
5 Chapter 5 Normalization of Database Tables Example Database Systems: Design, Implementation, and Management, Rob and Coronel Special adaptation for INFS-3200.
What are my assignments? Where can I find them? How to organize assignment files? Yong Choi BPA CSUB.
Lecture4: Informal guidelines for good relational design Mapping ERD to Relation Ref. Chapter3 Lecture4 1.
Yong Choi School of Business CSUB
Normalization Amit Bhawnani & Nimesh Shah. What is normalization We need some formal measure of why one grouping of attributes into a relational schema.
DFD Examples Yong Choi BPA CSUB. Creating Data Flow Diagrams Steps: 1.Create a list of activities 2.Construct Context Level DFD (identifies external entities.
Structured Query Language Chapter Three DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 4 th Edition.
Mapping from Data Model (ERD) to Relational Model Yong Choi School of Business CSUB.
Practice of ER modeling
1 Data Modeling 2 Yong Choi School of Business CSUB.
Database Design Chapter Five DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
Practice of ER modeling - Answer Yong Choi School of Business CSUB.
Mapping from Data Model (ERD) to Relational Model
Database R.Fröhlich, M. Schaffer, J. Konicek Database Relationship Types Different Relationship Types in a Logical Relational Model.
Empl_ID Employee Empl_NameEmpl_Addr Skill. Employee Has Empl_NameEmpl_ID FName MI LName Dependent_Name DOB Gender Dependent.
© 2002 by Prentice Hall 1 Database Design David M. Kroenke Database Concepts 1e Chapter 5 5.
The Relational Model Chapter Two DAVID M. KROENKE’S DATABASE CONCEPTS, 2 nd Edition.
The Relational Model Chapter Two DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 3 rd Edition.
Ch.1 Introduction Ch.5 E-R Model (3) example.
Data Modeling Yong Choi School of Business CSUB. Part # 2 2 Study Objectives Understand concepts of data modeling and its purpose Learn how relationships.
Practice of ER modeling Yong Choi School of Business CSUB.
Structured Query Language
Lecture4: Informal guidelines for good relational design Mapping ERD to Relation Prepared by L. Nouf Almujally Ref. Chapter3 Lecture4 1.
© 2002 by Prentice Hall 1 Structured Query Language David M. Kroenke Database Concepts 1e Chapter 3 3.
BPA CSUB Prof. Yong Choi. Midwest Distribution 1. Create scatter plot Find out whether there is a linear relationship pattern or not Easy and simple using.
DFD Examples Yong Choi BPA CSUB.
Structured Query Language
Chapter 9 Part-1: Concepts & Foreign Keys
The Relational Model Chapter Two DATABASE CONCEPTS, 3rd Edition
DFD Examples Yong Choi BPA CSUB.
Practice of ER modeling
التحويل من نموذج الكيان ERD الى مخطط قواعد البيانات (نموذج علائقي)
Practice of ER modeling
Normalization Practice
Chapter 4+17 The Relational Model Pearson Education © 2014.
Normalization Practice ANS
Chapter 9 Part-1: Concepts & Foreign Keys
ERD to Relational DB Practice
Structured Query Language
Data Modeling for Database Design 2
Converting from Relational Model to Data Model
Boyce-Codd Normal Form (BCNF)
DFD Examples Yong Choi BPA CSUB.
DFD Examples Yong Choi BPA CSUB.
DFD Examples Yong Choi BPA CSUB.
ER Diagram Examples 2 Fall 2015 Dr. Abdullah Almutairi
Database Management System
Mapping an ERD to a Relational Database
Normalization Practice
Presentation transcript:

ERD to Relational Database Model Yong Choi BPA CSUB

Practice 1 Employee Department Emp_ID Name Skill Dept_ID Dept_Name Location

Practice 2

Practice 3 Employee Emp_ID Emp_LName Emp_FName Skill A employee can pose multiple skills. Type of Skill: Programmer DBA System analyst project director

Practice 4 Supplier Supp_ID Supp_Name Supp_Address Supp_Invoice

Practice 5 Employee Emp_ID Emp_Name Dependent Dep_ID Name DOB Gender

Practice 6

Practice 7 Unit Unit_ID Name Unit_Cost Quantity

Chemist Emp_ID Name Project Projt_ID Start_Date Assign_Date Euipment Serial_No Cost Setup_Date Practice 8