Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DATABASE DESIGN REVISION (1-5)

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

Select the CORRECT software used for Database Management System.

a)

RDBUS

b)

ORACLE

c)

DBUSE

d)

REDHAT

2.

Identify the activity that can be done in requirement analysis

a)

Design Database

b)

Conduct Survey

c)

Developing database

d)

Implementing database

3.

Choose the level in the three-schema architecture that describe the structures and constraints for the whole database to the user

a)

Internal level

b)

External level

c)

Conceptual level

d)

Database level

4.

Express the meaning of the following relational algebra in Figure given :

a)

Compute the intersection between the STUDENT and COURSE relations

b)

Compute the difference between the STUDENT and COURSE relations

c)

Compute the natural join between the STUDENT and COURSE relations

d)

Compute the union between the STUDENT and COURSE relations

5.

Identify the type of key to represent the relationship between table

a)

Secondary key

b)

Candidate key

c)

Primary key

d)

Foreign key

6.

Express the relational algebra operator to display StudID and StudName from Table below :

a)

b)

c)

d)

7.

Identify the characteristic of data that is in First Normal Form (1NF).

a)

There is data redundancy

b)

Contains one or more repeating groups

c)

A column contains a value that is of a different type

d)

Each attribute contains one and only one atomic value

8.

Identify the symbol for relationship in E-R Diagram

a)

Oval

b)

Triangle

c)

Diamond

d)

Rectangle

9.

Figure below shows the relationship of entity PROFESSOR and SECTION. Choose the BEST suited answer for the relationship.

a)

A professor can teach many section and a professor not teaching any section.

b)

One section can only e taught by one professor and many professor can teach many section

c)

A professor does not need to teach a section at all and many professor can teach many section

d)

One section of a course can be taught by many professor and a professor teaching any section

10.

Identify the CORRECT answer for Data Definition Language (DDL).

a)

Create and modify the structure of objects in database

b)

Manipulation of data inside the database

c)

Manage changes made by DML statement

d)

Control the user access to the database, table, views, procedure, function and package

11.

Identify a command in SQL to ELIMINATE a table from database

a)

REMOVE Table Customer

b)

DELETE Table Customer

c)

UPDATE Table Customer

d)

DROP Table Customer

12.

Choose the SQL equal statement as of shown in below statement.

SELECT subject_name FROM Subject WHERE credit_hour = 4;

a)

SELECT subject_name IN Subject WHERE credit_hour = 4;

b)

SELECT subject_name IN Subject FROM credit_hour = 4;

c)

SELECT subject_name FROM Subject WHERE credit_hour IN ('4');

d)

SELECT subject_name FROM Subject IN credit_hour('4');

13.

Identify which of the following is a property of database transactions.

a)

Atomicity, complexity, isolation and durability

b)

Atomicity, consistency, isolation and durability

c)

Atomicity, complexity, isolation and durability

d)

Atomicity, consistency, isolation and efficiency

14.

Choose the CORRECT phase in two-phase lock protocol where a transaction obtains locks

a)

Initial phase

b)

Running phase

c)

Shrinking phase

d)

Expanding phase

15.

Based on statement given, choose the suitable properties of database transaction related.

The process of managing simultaneous operations on a database without having them interfere with another one

a)

Concurrency control

b)

Recoverability

c)

Transaction Management

d)

Serialization