wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DATABASE DESIGN MANAGEMENT SYSTEMS

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

The data model which describes how the data is actually stored is

a)

internal model

b)

external model

c)

logical model

d)

none of these

2.

Data about data is normally termed as

a)

directory

b)

data bank

c)

meta data

d)

none of the above

3.

A view of database that appears to an application program is known as

a)

schema

b)

subschema

c)

virtual table

d)

none of the above

4.

Collection of information stored in a database at a particular moment is

a)

view

b)

schema

c)

instance

d)

none of the above

5.

DBA stands for

a)

Data Bank Access

b)

Database Access

c)

Data Bank Administration

d)

Database Administrator

6.

Data items grouped together for storage purposes are called a :

a)

Record

b)

title

c)

list

d)

string

7.

A function that has no partial functional dependencies is in _______ form

a)

3NF

b)

2NF

c)

4NF

d)

BCNF

8.

Every Boyee-Codd normal form is in

a)

1NF

b)

2Nf

c)

3NF

d)

all the above

9.

If every non-key attribute is functionally dependent on the primary key, then the relation will be in :

a)

1NF

b)

2NF

c)

3NF

d)

4NF

10.

Which command is used to remove all rows from a table ?

a)

Delete

b)

Remove

c)

Truncate

d)

Both [A] and [B]

11.

What is the language used by most of the DBMS for helping their users to access data ?

a)

High level language

b)

Query language

c)

SQL

d)

4GL

12.

This is an authorization command of SQL

a)

Access

b)

Grant

c)

Allow

d)

None of these

13.

What is returned by SUBSTR(‘TUTORIALS POINT’, 1, 9)

a)

TUTORIAL

b)

POINT

c)

TUTORIALS

d)

UTORIALS

14.

Count function in SQL returns the number of

a)

Values

b)

Distinct values

c)

Groups

d)

Columns

15.

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

a)

Alter

b)

Update

c)

Create

d)

Select

16.

The Collection of information stored in database at a Particular moment is called _________

a)

Instance

b)

Language

c)

Schema

d)

Data Dictionary

17.

A DBMS consists a collection of _________

a)

Tables

b)

Fields

c)

Records

d)

Keys

18.

The term attribute refers to a _____ of a table.

a)

Record

b)

column

c)

Key

d)

Tuple

19.

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

a)

Relation

b)

 Entity field

c)

Tuple

d)

Attribute

20.

A table is a collection of relationships, there is a close correspondence between concept of _______

a)

Table and variables

b)

Tables and instances

c)

 Tables and Entries

d)

Tables and relations.

21.

DDL Statement is a set of tables that is stored in a special file called_________

a)

Data Dictionary

b)

Data Set

c)

Data Library

d)

Data isolation

22.

Which Language is used to define the integrity constraints?

a)

DDL

b)

DCL

c)

DML

d)

SQL

23.

A Language that enables users to access and manipulate data is __________

a)

SQL

b)

Data Language

c)

Database Manipulation Language

d)

DDL

24.

DDL Stands for____________

a)

Data Definition Language

b)

Database Decision Language

c)

Data Domain Language

d)

Data Dictionary Language

25.

Number, char, varchar2 are examples for _________ types

a)

Data

b)

Field

c)

Record

d)

Attribute