Database Design and Implementation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts, definitions, and facts from the Database Design and Implementation lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

An entity instance is a concrete thing, eg __.

J.Bloggs

2
New cards

A binary relationship has __ participating entities.

two

3
New cards

A ternary relationship has __ participating entities.

three

4
New cards

Attributes can be __, eg Date of Birth.

BASE

5
New cards

A __ is an abstract connection between entity types.

relationship type

6
New cards

Attributes that describe the properties of things are called __.

attributes

7
New cards

A __ constraint is often simplified into two relationships; 1:1 and m:1.

m:m

8
New cards

The primary key for the Loan table is __.

BookID, StudentID, Date

9
New cards

Each department belongs to a __.

University

10
New cards

A __ relationship has just one participating entity and is recursive.

unary

11
New cards

A weak entity depends on a strong entity for its own __.

existence

12
New cards

A one-to-many relationship means one entity can relate to__ other entities.

many

13
New cards

In Chen Notation, a one-to-many relationship is represented with __.

a line with a crow's foot at the many end

14
New cards

The __ identifies the uniqueness of records in an entity.

primary key

15
New cards

Many-to-many (m:m) relationships must be resolved into __ relationships.

1:m

16
New cards

In the context of a university, students __ courses.

enroll

17
New cards

In a library system, a student may borrow many __.

books

18
New cards

In the ER model, every relationship is __ related to the entities involved.

abstractly

19
New cards

Conceptual, logical and physical are types of __ models.

database