Data Modeling
#1

Data Modeling (CB 12)
CPSC 356 Database
Ellen Walker
Hiram College
Describing the Data
DDL (Data Definition Language)
Detailed definition of database schema
Too low-level (and database-specific) for good modeling!
Record-based model (relational)
Better, but DBMS dependent
Object-based model (entity-relationship)
This is the level to start at!

Entity-Relationship (ER) Modeling
Entity
Object (in the C++ sense); “thing”; noun
Attribute
Property of an object ; “variable”; adjective
Relationship
Association among entities; verb
Relationship vs. Relation
A relationship (in ER modeling) describes the connection (often a verb) between two or more entities
A relation (in a relational database) is a table, or a set of tuples (rows).
Both entities and relationships in the ER can map to relations in the RDB
Not all relationships in the ER map to relations in the RDB
Entity vs. Relation
An Entity (in ER modeling) nearly always maps to a Relation (in the RDB)
A Relation in the RDB does not always maps to an Entity in the ER

Common problem: designing your ER diagram as if it were an RDB - don’t think about tables yet!
Type vs. Instance
Entity type -- a class of entity, e.g. Student
Entity instance (occurrence) -- a specific entity, e.g. “Student number 123456”
Shortcut: “entity” means “entity instance”
Relationships also have type vs. instance
Databases have schema vs. instance

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: data modeling erwin, data modeling, nebulization pptestions data modeling, erwin interview questions data modeling,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Adaptive Data Fusion for Energy Efficient Routing in Wireless Sensor Networksy seminar addict 1 1,517 25-08-2014, 05:40 PM
Last Post: Guest
  SECURE DATA TRANSMISSION USING STEGANOGRAPHY seminar paper 1 1,921 24-11-2012, 01:35 PM
Last Post: seminar details
  Data Communication and Networking seminar paper 1 3,333 16-11-2012, 12:36 PM
Last Post: seminar details
  Introduction to data structures seminar details 1 3,355 29-10-2012, 12:42 PM
Last Post: seminar details
  Power System Fault Analysis using Fault Reporting Data full report seminar details 1 846 05-10-2012, 04:02 PM
Last Post: seminar details
  Power System Fault Analysis using Fault Reporting Data seminar details 1 952 05-10-2012, 04:02 PM
Last Post: seminar details
  Secure Data Collection in Wireless Sensor Networks full report seminar details 0 1,166 09-06-2012, 05:40 PM
Last Post: seminar details
  Dementia in Stroke Survivors in the Stroke Data Bank Cohort project uploader 0 1,276 09-06-2012, 05:30 PM
Last Post: project uploader
  Service-Oriented Analysis service modeling seminar details 0 443 09-06-2012, 04:16 PM
Last Post: seminar details
  Mining the E-commerce Data to Analyze the Target Customer Behavior seminar details 0 988 07-06-2012, 05:33 PM
Last Post: seminar details

Forum Jump: