wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMS Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.
A collection of interrelated records is called a
a)
Database
b)
Spreadsheet
c)
Text File
d)
Management information system
2.
In a database, related fields are grouped to
a)
Record
b)
File
c)
Attribute
d)
Data bank
3.
The database environment is controlled by
a)
Database administrator
b)
Database user
c)
Data Communicator
d)
Application
4.

Which of the following is not a DBMS

a)
Drupal
b)
Oracle
c)
MySql
d)
MS Access
5.
Which of the following is not the advantage of database?
a)
Increase Data Inconsistency
b)
Data Security
c)
Reduce Data Redundancy
d)
Sharing of Data
6.
Which type of data can be stored in the database?
a)
All of the above
b)
image oriented data
c)
Text, files containing data
d)
Data in the form of audio or video
7.
Which of the following is not a type of database?
a)
Decentralised
b)
Hierarchical
c)
Network
d)
Relational
8.
A logical schema_____________
a)
Is the entire database.
b)
describe data in terms of relational tables and columns, object-oriented classes, and XML tags.
c)
Describes how data is actually stored on disk.
d)
Both (A) and (C)
9.
The minimal set of super key is called
a)
Candidate Key
b)
Primary key
c)
Surrogate key
d)
Unique Key
10.
Keys to represent relationship between tables is called
a)
Foreign Key
b)
Primary key
c)
Seconadary Key
d)
Partial Key
11.
A attribute in a relation is a foreign key if the _______ key from one relation is used as an attribute in that relation .
a)
Primary key
b)
candidate key
c)
super key
d)
Unique Key
12.

Third normal form is based on the concept of _________

a)

Closure Dependency

b)

Transitive Dependency

c)

Normal Dependency

d)

Functional Dependency

13.

Schema is usually stored in____________.

a)

Tables

b)

Data Dictionary

c)

Views

d)

Index

14.

In database records are called:

a)

Attributes

b)

Entity

c)

Tuples

d)

Relations

15.

________ is the information about data.

a)

Attribute

b)

Meta-Data

c)

Entity

d)

Relations

16.

Which one of the following uniquely identifies the elements in the relation?

a)

Secondary Key

b)

Alternate key

c)

Foreign key

d)

Primary key

17.

If you want to maintain and store information about your car inurance company, a car would be considered a(n) _____

a)

Relation

b)

Entity

c)

Instance

d)

Attribute

18.

What is the purpose of the SELECT operation in relational algebra?

a)

Combine rows from different tables

b)

Filter rows based on a condition

c)

Add new records to a table

d)

Sort the table in ascending order

19.

Which additional relational algebra operation is used to combine rows from two tables?

a)

Union

b)

Join

c)

Project

d)

Intersect

20.

What is the full form of DML?

a)

Data Management Language

b)

Data Manipulation Language

c)

Data Memory Language

d)

Data Manipulation Label

21.

Rows are also called as

a)

Tuples

b)

Columns

c)

Attributes

d)

Tables

22.

Which of the following is a DML Command?

a)

Create

b)

Alter

c)

Update

d)

Drop

23.

Which of the following is not a DDL Command?

a)

Create

b)

Delete

c)

Alter

d)

Drop

24.

Here which of the following displays the unique values of the column?

SELECT ________ dept_name

FROM instructor;

a)

from

b)

like

c)

unique

d)

distinct

25.

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

a)

DML(Data Manipulation Language)

b)

Query

c)

Relational Schema

d)

DDL(Data Definition Language)