Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Relational Database Model

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Below are the characteristics of a Relational Table EXCEPT

a)

A table is perceived as a two-dimensional structure composed of rows and columns.

b)

Each table row(tuple) represents a single entity occurrence within the entity set.

c)

Each table column represents an attribute.

d)

All values in a column may have different data format.

2.

Attribute whose value is determined by the other attribute is called____________

a)

Determinant

b)

Dependant

3.

Which of the below attribute is determinant?

a)

Student ID

b)

Student Name

c)

Student GPA

4.

Below are the type of key(s) available in RDBM EXCEPT

a)

Superkey

b)

Candidate key

c)

Primary key

d)

Composer key

5.

In the table above, which one is candidate key?

a)

StudentID, firstName, lastName

b)

(StudentID,firstName),(StudentID,lastName)

c)

CourseID

6.

In the table above, which one is Primary Key?

a)

firstName

b)

lastName

c)

StudentID

7.

Select is a unary operator that yields a ______________________ subset of a table.

a)

vertical

b)

horizontal

8.

Referring to the original table above, if we execute project CustomerName, which result will be produced?

a)
b)
c)
9.

If we execute Product operator for table A and B, how many possible pair will be produced?

a)

5

b)

4

c)

6

d)

9

10.

What operator between table Completed and DBProject that be able to produce result as in picture above?

a)

Union

b)

Intersect

c)

Difference

d)

Divide