wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RDBMS

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

A collection of facts is

a)

Data

b)

Information

c)

Database

d)

None of the above

2.

Example of Processed data is

a)

Red

b)

The color of my car is red

c)

Car

d)

Color

3.

What is not true about DBMS?

a)

It is collection of data/information.

b)

Data is collected in an organised way

c)

Data can be easily accessed, managed and updated

d)

Data once entered cannot be changed.

4.

A group of software that organises data by using packages to define, manipulate, retrieve and mangage data is called

a)

Database Management System

b)

Spreadsheet Software

c)

Multimedia Software

d)

Desktop Publishing Software

5.

Choose all the DBMS software

a)

Oracle

b)

Mysql

c)

Excel

d)

Word

e)

Foxpro

6.

________________ and ______________ are the two types of Database

a)

Flat file and Relational file

b)

Flat file and Word file

c)

Relational file and Word file

d)

Word file and Excel file

7.

Choose all the statement true about flat file

a)

Can store data in a single Table

b)

Tables are inter-related

c)

Suitable to store small amount of data

d)

Can have duplicate values

e)

Can accidently delete an important data

8.

Choose all the statement true about Relational Database Management System

a)

Can store data in multiple tables that are inter-related

b)

Developed using 13 golden rules of E F Codd

c)

Avoids Duplicate Data

d)

Cannot run complex queries

e)

Better security and easy upgradation of the existing software is available.

9.

Dedicated computers that holds the data and the database software is called

a)

Server

b)

Client

c)

Front end

d)

None of the above

10.

A unique value that individually identifies each row in a RDBMS table is called

a)

Foreign Key

b)

Primary key

c)

Candidate key

d)

Composite key

11.

Primary key constraint applied on more than one column is called

a)

Primary key

b)

Candidate key

c)

Foreign Key

d)

Composite key

12.

Constraints on primary key are

a)

Cannot be left null and cannot have duplicate value

b)

Can be left null and cannot have duplicate value

c)

Cannot be left null and can have duplicate value

d)

Can be left null and can have duplicate value.

13.

A key that refers to the primary key of another table and used for table inter relationship is called

a)

Foreign key

b)

Primary key

c)

Candidate key

d)

Composite key

14.

Keys in an RDBMS table that can be used as primary key also but are not primary key are called

a)

Foreign key

b)

Primary key

c)

Candidate key

d)

Composite key

15.

Correct Syntax of 'SELECT' DML commands is

a)

SELECT * FROM <TABLE_NAME>

b)

SELECT FIELD1,FIELD2... FROM <TABLE_NAME> WHERE <CONDITION>

c)

SELECT FIELD1,FIELD2... FROM <TABLE_NAME>

d)

SELECT FIELD1,FIELD2... FROM <TABLE_NAME> WHERE <CONDITION> ORDER BY <FIELD_NAME> ASC/DESC