lecture 6 Flashcards

1
Q

redundancy

A

redundancy gives rise to waste of memory ,
update, insert and delete anomalies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a good database and how to achive it

A

a good database is that one which has no redudncy and no update, insertion and deletion anomalies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to creat a good schema

A

in order to design a “good” schema, it is necessary
to represent each concept separately in a distinct
relation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how can the concepts represented in a (well-
designed) schema be identified?

A

it can be found by a key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

define a constraint

A

constraint can be defind as the the condition that is given to the database but the conditionmust be valid in real intrest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is ment by legal in database

A

instant of database which satisfy all the constriants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

different type of constraint in DBMS

A

domain constraint: those constriant that tell us about the domain like the grade can not be higher then 30 and can not be less then 18
keys : it is used for unique like all student have unique matricola number
containment of domains: this is used where we need same key in two difffent schema i.e matricola number of student must be same in exam schema

How well did you know this?
1
Not at all
2
3
4
5
Perfectly