wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

seatwork RDBMS

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is the full form of RDBMS?

a)

Relational Data Management System

b)

Relational Database Management System

c)

Relative Database Management System

d)

Regional Data Management System

2.

What is an RDBMS?

a)

Database that stores data elements that are not linked

b)

Database that stores data elements that are not linked

c)

Database that stores and allows access to data elements that are linked

d)

None of the mentioned

3.

What is a relation in RDBMS?

a)

Key

b)

Table

c)

Row

d)

Data Types

4.

Which of the following constraints RDBS doesn’t check before creating the tables

a)

Not null

b)

Primary keys

c)

Data Structure

d)

Data integrity

5.

The following are stages in RDBMS except for one

a)

Define relations/attributes

b)

Define primary keys

c)

Define relationships

d)

Define Index

6.

Which relationship represents if the two entity types are 'Customer' and 'Account,' each 'Customer' can have many 'Accounts,' but each 'Account' can only be owned by one 'Customer.

a)

One -to -Many

b)

Many -to -Many

c)

One -to -One

d)

One -to -none

7.

It is a link between the information in two tables, where each record in each table only appears once.

a)

One-to- one

b)

One-to- many

c)

Null

d)

Many-to- many

8.

It exists when one or more items in one table can have a relationship to one or more items in another table.

a)

Many-to-Many

b)

One-to-One

c)

One-to-Many

9.

The image represents what relationship?

a)

One-to-one

b)

Many-to-one

c)

One-to-Many

d)

none of the choices

10.

Which Integrity Rules represents the primary key cannot contain NULL. Otherwise, it cannot uniquely identify the row

a)

Referential Integrity Rule

b)

Differential Integrity Rule

c)

Entity Integrity Rule

d)

Business logic Integrity

11.

In this Normalization form every cell contains a single value, not a list of values. This property is known as atomic.

a)

First Normal Form (1NF)

b)

Second Normal Form (2NF)

c)

Third Normal Form (3NF)

d)

Higher Normal Form

12.

In this Normalization form the table is in it if it is 2NF and the non-key columns are independent of each other. In other words, the non-key columns are dependent on primary key, only on the primary key and nothing else.

a)

Third Normal Form (3NF)

b)

Second Normal Form (2NF)

c)

First Normal Form (1NF):

d)

Higher Normal Form

13.

In this integrity Rule Each foreign key value must be matched to a primary key value in the table referenced (or parent table).

a)

Referential Integrity Rule

b)

Entity Integrity Rule

c)

Business logic Integrity

d)

Differential Integrity Rule

14.

True or False. You could create an index on the selected column(s) to facilitate data searching and retrieval.

a)

True

b)

False

15.

True or False. Relational databases is the same from other databases in their approach to organizing data and performing transactions.

a)

True

b)

False