wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS Quiz 1

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is incorrect regarding levels of abstraction in database?

a)

Physical level describes how to store a record and not the relationship among the data.

b)

Logical level describes what data to stored in database and the relationship among the data.

c)

View level hides the details of data types

d)

Physical level describes what data to stored in the database.

2.

Which of the following is true about data independence?

It is the ability:

a)

To modify schema definition in one level without affecting schema definition in the next lower level.

b)

To modify schema definition in one level without affecting schema definition in the next higher level.

c)

To modify the data at one level without affecting the data in the next lower level

d)

To modify the data at one level without affecting the data in the next higher level.

3.

3. Identify the following the correct way/s to delete all rows at a time from salary table.

a)

DELETE * FROM salary;

b)

TRUNCATE TABLE salary;

c)

DELETE FROM SALARY;

d)

TRUNCATE TABLE FROM salary;

4.

A characteristic of an entity.

a)

Relation

b)

Attribute

c)

Parameter

d)

Constraint

5.

The actual content in the database at a particular point.

a)

Schema

b)

Attribute

c)

Parameter

d)

Instance

6.

In relational model, cardinality is termed as

a)

Number of tuples

b)

Number of attributes

c)

Number of tables

d)

Number of constraints

7.

ODBC Stands for

a)

Object Database connectivity

b)

Oral Database connectivity

c)

Oracle Database connectivity

d)

Open Database connectivity

8.

The Database schema is written in

a)

DCL

b)

DDL

c)

DML

d)

TCL

9.

In ER model Relationship is represented by

a)

Rectangle

b)

Ellipse

c)

Rhombus

d)

Triangle

10.

An advantage of DBMS is

a)

Data is dependent on programs

b)

Data redundancy is increases

c)

Data is integrated and can be accessed by multiple programs.

d)

None of these.