wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database concepts

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

In which of the following formates data is stored in the database management system?

a)

Image

b)

Text

c)

Table

d)

Graph

2.

Which is the following is not a type of database?

a)

Hirerchical

b)

Network

c)

Distributed

d)

Decentralized

3.

Which of the following is not a function of the database?

a)

Managing stored data

b)

Manipulating data

c)

Security for stored data

d)

Analyzing data

4.

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

5.

What does an RDBMS consist of?

a)

Collection of records

b)

Collection of Keys

c)

Collection of Tables

d)

Collection of Fields

6.

The ability to query data as well as insert, delete, and alter tuples is offered by ________

a)

DML(Data Manipulation Language)

b)

TCL(Transaction Control Language)

c)

DDL(Data Definition Language)

d)

DCL(Data Control Language)

7.

Which command is used to remove a relation from an SQL?

a)

Delete

b)

Drop table

c)

Purge

d)

Remove

8.

What is the function of the following command?

Delete from r where P;

a)

Clears entries from relation

b)

Deletes relation

c)

Deletes particular tuple from relation

d)

All of the mentioned

9.

_______ resembles Create view.

a)

Create table...as

b)

Create view as

c)

Create table .... like

d)

With data

10.

Which one of the following given stament possibly contains the error?

a)

select * from emp where empid=1003;

b)

select empid from emp where empid=10006;

c)

select empid from emp;

d)

select empid where empid=1009 and Lastname='GELLER';

11.

What do you mean by one to many relationships?

a)

One class may have many teaches

b)

One teacher can have many classes

c)

Many classes may have many teachers

d)

Many teachers may have many classes

12.

A Database Management system isa type of ______ software.

a)

Itis a type of system software

b)

It is a kind of application software

c)

It is a kind of general software

d)

Both A and C

13.

Rows os relation are known as the ______

a)

Degree

b)

Tuples

c)

Entity

d)

All of the above

14.

Which one of th following is a type of Data Manipulation command?

a)

Create

b)

Alter

c)

Delete

d)

All of the above

15.

In the relational table, which of the following can also be represented by the term 'attribute'?

a)

Entity

b)

Row

c)

Column

d)

Both A and C