wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMS Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The given Query can also be replaced with_______.

SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;

a)

Select name,course_id from teaches,instructor where instructor_id=course_id;

b)

Select name, course_id from instructor natural join teaches;

c)

Select name, course_id from instructor;

d)

Select course_id from instructor join teaches;

2.

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)

3.

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?

a)

DML(Data Manipulation Language)

b)

DDL(Data Definition Language)

c)

Query

d)

Relational Schema

4.

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

a)

select * from emp where empid = 10003;

b)

select empid from emp where empid = 10006;

c)

select empid from emp;

d)

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

5.

A RDBMS consists a collection of ?

a)

Tables

b)

Fields

c)

Records

d)

Keys

6.

The term attribute refers to a ___________ of a table.

a)

Record

b)

Tuple

c)

Column

d)

Key

7.

In relational model, the row of table is known to be ?

a)

Relation

b)

Entity field

c)

Tuple

d)

Attribute

8.

Address field of a person should not be part of primary key, since it is likely to ?

a)

Dependent

b)

Too long

c)

Changed

d)

Not changed

9.

The relational model is concerned with ?

a)

Data structure and Data integrity

b)

Data Manipulation

c)

Both A and B

d)

None of these

10.

Which is the false statement from the following ?

a)

A veiw is a named derived table

b)

A name relation is variable

c)

A veiw is a named reation and is virtual

d)

None of these

11.

What do you mean by one to many relationships?

a)

One class may have many teachers

b)

One teacher can have many classes

c)

Many classes may have many teachers

d)

Many teachers may have many classes

12.

The union of primary keys of the related entity sets becomes a -------------------------- of the relation ?

a)

Super Key

b)

Candidate key

c)

Foreign key

d)

Primary key

13.

What is the full form of RDBMS ?

a)

Database Management system

b)

Right Database Management System

c)

Relational Rapid Database Management System

d)

Route Database Management System

14.

Ready the Query carefully:


SELECT emp_name FROM department WHERE dept_name LIKE ' _____ Computer Science';

In the above-given Query, which of the following can be placed in the Query's blank portion to select the "dept_name" that also contains Computer Science as its ending string?

a)

&

b)

_

c)

%

d)

$

15.

A Database Management System is a type of _________software.

a)

It is 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

16.

A huge collection of the information or data accumulated form several different sources is known as ________:

a)

Data Management

b)

Data Mining

c)

Data Warehouse

d)

Both B and C

17.

Which of the following can be used to extract or filter the data & information from the data warehouse?

a)

Data redundancy

b)

Data recovery tool

c)

Data mining

d)

Both B and C

18.

Which one of the following refers to the "data about data"?

a)

Directory

b)

Sub Data

c)

Warehouse

d)

Meta Data

19.

Which of the following refers to the level of data abstraction that describes exactly how the data actually stored?

a)

Conceptual Level

b)

Physical Level

c)

File Level

d)

Logical Level

20.

To which of the following the term "DBA" referred?

a)

Data Bank Administrator

b)

Database Administrator

c)

Data Administrator

d)

None of the above