database unit 4

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

Conceptual Model

When designing a database, we usually start with a

2
New cards

Strong Entities

Entities that exist independently and have their own primary key

3
New cards

Weak Entities

Entities that cannot exist without being related to a strong entity. They depend on a strong entity for their identification.

4
New cards

Simple Attributes

directly mapped as columns.

5
New cards

Composite Attributes

break into atomic attributes.

6
New cards

Multivalued Attributes

create a separate table.

7
New cards

True

In a relational database, relationships connect entities to reflect how data is linked in the real world. ERDs show these relationships clearly, but they must be translated into relational tables to be implemented in SQL.

8
New cards

True

When we map an ERD into a relational schema, we don’t just create tables for entities and relationships. We also need to specify constraints and keys to ensure that the data in the database.