wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMS - Fundamentals

Total questions: 19

Worksheet time: 21mins

Name
Class
Date
1.

What is a database?

a)

Organized collection of information that cannot be accessed, updated, and managed

b)

Collection of data or information without organizing

c)

Organized collection of data or information that can be accessed, updated, and managed

d)

Organized collection of data that cannot be updated

2.

Which type of data can be stored in the database?

a)

Image oriented data

b)

Text, files containing data

c)

Data in the form of audio or video

d)

All of the above

3.

Which of the following is not an example of DBMS?

a)

MySQL

b)

Microsoft Acess

c)

IBM DB2

d)

Google

4.

Which of the following is not a feature of DBMS?

a)

Minimum Duplication and Redundancy of Data

b)

High Level of Security

c)

Single-user Access only

d)

Support ACID Property

5.

Which of the following is known as a set of entities of the same type that share same properties, or attributes?

a)

Relation set

b)

Tuples

c)

Entity set

d)

Entity Relation model

6.

What does an RDBMS consist of?

a)

Collection of Records

b)

Collection of Keys

c)

Collection of Tables

d)

Collection of Fields

7.

______________ is a set of one or more attributes taken collectively to uniquely identify a record.

a)

Primary Key

b)

Foreign key

c)

Super key

d)

Candidate key

8.

_______ indicates the maximum number of entities that can be involved in a relationship.

a)

Greater Entity Count

b)

Minimum cardinality

c)

Maximum cardinality

d)

ERD

9.

Which of the following is the view level database model

a)

ER model

b)

Relational Model

c)

Table

d)

File

10.

Which of the following is not Unary operation?

a)

Select

b)

Project

c)

Rename

d)

Union

11.

The operation which is not considered a basic operation of relational algebra is

a)

Cross Product

b)

Selection

c)

Union

d)

None of the above

12.

Relational Algebra is a __________ query language that takes two relation as input and produces another relation as output of the query.

a)

Relational

b)

Structural

c)

Procedural

d)

Fundamental

13.

A list of the attributes we wish to appear in the result is displayed in ___ operation.

a)

Select

b)

Project

c)

Union

d)

Rename

14.

If there are 2 types of tuples, A & B, the ___ operation contains all the tuples that are either in A or B or both in A & B.

a)

Project

b)

Select

c)

Union

d)

Rename

15.

In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) ________ entity.

a)

Parent

b)

Child

c)

Instance

d)

Subtype

16.

.

In which of the following is a single-entity instance of one type of related to a single-entity instance of another type?

a)

One-to-One Relationship

b)

One-to-Many Relationship

c)

Many-to-Many Relationship

d)

Composite Relationship

17.

Let E, and E’ be two entities in an ER diagram with simple single-valued attributes, R1 and R2 are two relationships between E and E’ where R1, is one-to-many and R2 is many-to-many. R1 and R2 do not have any attributes of their own. What is the minimum number of tables required to represent this situation in the relational model.

a)

2

b)

3

c)

4

d)

5

18.

Consider the following relation schema pertaining to a student database:

               Student (rollno, name, address)

                        Enroll (rollno, courseno, coursename)

where the primary keys are shown underlined. The number of tuples in the student and Enroll tables are 120 and 8 respectively. What are the maximum and minimum number of tuples that can be present in (Student Enroll), where denotes natural join?

a)

8 , 8

b)

120 , 8

c)

960 , 8

d)

960 , 180

19.

Properties that describes the characteristics of the entities are called ................

a)

Entities

b)

Identifiers

c)

Attributes

d)

Relationships