wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT502_LECTURE 2 RELATIONAL MODEL

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

Relation is also known as

a)

table

b)

file

c)

attribute

d)

entity

2.

(a)   of a relation is the number of attributes it contains.

3.

The maximum number of entities that can be involved in a particular relationship

a)

modality

b)

cardinality

4.

TEACHER (teacherID, teacherName, teacherPhoneNo) is the example of:

a)

Relational schema

b)

Relational database schema

5.

Provide THREE (3) properties of a relation

4 lines
6.

Minimal superkey with no redundancy

a)

foreign key

b)

primary key

c)

candidate key

d)

alternate key

7.

_________ key is a candidate key that was not chosen to be the primary key

a)

superkey

b)

alternate

c)

foreign key

8.

What is the foreign key for the relational schema below:


BRANCH (branchID, branchName, branchAddress, DeptID)

a)

branchID

b)

branchAddress

c)

branchName

d)

DeptID

9.

Referential Integrity is referring to (a)   key.

10.

Could Primary Key have null value?

a)

Yes

b)

No

11.

(a)   function cannot be done if there is a match foreign key in child's table.

12.

(a)   function cannot be done if there is no match existing primary key in parent's table

13.

the application is prohibited from deleting or modifying a parent key when there exists one or more child keys mapped to it.

a)

RESTRICT

b)

NO ACTION

c)

SET NULL

d)

SET DEFAULT

14.

Tuple is also known as

a)

row

b)

record

c)

file

d)

column

15.

Is this table consist of data redundancy?

a)

Yes

b)

No