wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BCA - IV SEM DBMS

Total questions: 20

Worksheet time: 2hrs 36mins

Name
Class
Date
1.

Cartesian product in relational algebra is

a)

Unary operator

b)

Binary operator

c)

Ternary operator

d)

Not defined

2.

ODBC stands for

a)

Object Database Connectivity.

b)

Oral Database Connectivity.

c)

Oracle Database Connectivity.

d)

Open Database Connectivity.

3.

DML is provided for

a)

Description of the logical structure of a database.

b)

The addition of new structures in the database system.

c)

Manipulation & processing of the database.

d)

Definition of a physical structure of the database system.

4.

The view of total database content is

a)

Conceptual view

b)

Internal view

c)

External view

d)

Physical View

5.

Architecture of the database can be viewed as

a)

two levels

b)

four levels

c)

three levels

d)

one level

6.

In the architecture of a database system external level is the

a)

Physical level

b)

Logical level

c)

Conceptual level

d)

View level.

7.

The database schema is written in

a)

HLL

b)

DML

c)

DDL

d)

DCL

8.

An entity set that does not have sufficient attributes to form a primary key is a

a)

Strong entity set

b)

Weak entity set

c)

Simple entity set

d)

Primary entity set

9.

In an E-R diagram attributes are represented by

a)

Rectangle

b)

Square.

c)

Ellipse

d)

Triangle.

10.

A logical Schema

a)

is the entire database.

b)

is a standard way of organising information into accessible parts.

c)

describes how data is actually stored on disk.

d)

both (A) and (C)

11.

In an E-R diagram an entity set is represented by a

a)

Rectangle

b)

Ellipse

c)

Diamond box

d)

Circle

12.

Conceptual design

a)

is a documentation technique

b)

needs data volume and processing frequencies to determine the size of the database

c)

involves modelling independent of the DBMS

d)

is designing the relational model

13.

A subschema expresses

a)

The logical view

b)

The physical view

c)

The external view

d)

All of the above.

14.

The statement in SQL which allows changing the definition of a table is

a)

Alter

b)

Update

c)

Create

d)

Select

15.

Key to represent the relationship between tables is called

a)

Primary key

b)

Secondary Key

c)

Foreign Key

d)

None of these

16.

Which database level is closest to the users?

a)

External

b)

Internal

c)

Physical

d)

Conceptual

17.

A set of possible data values is called

a)

Attribute

b)

Degree

c)

Tuple

d)

Domain

18.

In E-R Diagram derived attribute is represented by

a)

Ellipse

b)

Dashed ellipse

c)

Rectangle

d)

Triangle

19.

Hierarchical model is also called

a)

Tree structure

b)

Plex Structure

c)

Normalise Structure

d)

Table Structure

20.

To delete a particular column in a relation the command used is

a)

UPDATE

b)

DROP

c)

ALTER

d)

DELETE