Databases 4

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:22 PM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Chern ERD

A non-technical design method works on conceptual level based on the perception of real world.

  • Consists of a collection of basic objects called entities and the relationship among the objects and attributes which define their properties.


2
New cards

Rectangles

Chen’s Format for ERDs: How are entities represented?

3
New cards

Lines with diamonds

Chen’s Format for ERDs: How are relationships represented?

4
New cards

Lines (with entities) with circles

Chen’s Format for ERDs: How are attributes represented?

5
New cards

Weak Entity, it is dependent on something else and cannot exist on its own

Chen’s Format for ERDs: When entities and relationships have an outline around them (double rectangle, double diamond), what does this mean?

6
New cards

Multivalued Attribute, a property of an entity that can hold more than one value (Example [phone_numbers]: Someone can have multiple phone numbers)

Chen’s Format for ERDs: What does it mean when the attribute has an outline around it (double attribute)?

7
New cards

Primary Key

Chen’s Format for ERDs: What does it look like if the text in an attribute is underlined?

8
New cards

Dotted outline

Chern’s Format for ERDs: What does it look like when an attribute (derived attribute) contains a value that can be determined using other attribute values?

9
New cards

Square, rounded

IE (Information Engineering) / Crow’s Foot Notation for ERDs: Strong entities are rectangles with ____ corners, weak entities exist with _____ corners

10
New cards

IE (Information Engineering) / Crow’s Foot Notation for ERDs:

11
New cards

IE (Information Engineering) / Crow’s Foot Notation for ERDs:

12
New cards

Top, divider line

IE (Information Engineering) / Crow’s Foot Notation for ERDs: Primary key attributes are listed in the ___ section of the rectangle, while everything else is separated by a ______ _____.

13
New cards

Non-ID Dependent Entity

Where each entity's primary key does not include the primary key of the other related entity; defined by a dotted line in IE notation

14
New cards

ID Dependent Entity

Where at least one entity’s primary key DOES include the primary key of the other related entity, defined by a solid line

15
New cards

Mission Objectives

Statements that represent the general tasks supported by the data maintained in the database; in which they help define tables, fields, relationships, and business rules that verify that database supports the Mission Statement

16
New cards

Mission Statement

Declares the specific purpose of the database in general terms:

  • Defined at the beginning of the database design process

  • Clarify purpose of the database project and provides a clearer path toward the efficient and effective creation of the required database system


17
New cards

Business RUles