wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS schema ER normalization

Total questions: 31

Worksheet time: 14mins

Name
Class
Date
1.

Data redundancy occurs

a)

when the same piece of data exists in multiple places.

b)

when there is mismatch of data.

c)

when there is NULL values.

d)

when there is multiple values for an attribute.

2.

The design of a DBMS

a)

depends on its ER diagram.

b)

depends on its architecture.

c)

depends on its Entity set.

d)

depends on its attributes.

3.

A data schema is a formal

a)

description of relations.

b)

description of database.

c)

description of data.

d)

description of tuples.

4.

A key that can be uniquely used to identify a database record, that may contain extra attributes that are not necessary to uniquely identify records.

a)

Foreign key.

b)

Primary key.

c)

Candidate key.

d)

Super key.

5.

Referential integrity constraint states that if a relation refers to a key attribute of a different or same relation, then that key element must exist.

a)

TRUE.

b)

FALSE.

6.

Database transactions intended to guarantee data validity

a)

despite errors or power failures.

b)

despite data mismatch.

c)

despite data redundancy.

d)

despite data inconsistency.

7.

Normalization of a Database is achieved by following a set of rules called 'forms' in creating the database.

a)

TRUE.

b)

FALSE.

8.

Functional dependency X→Y.

a)

It is denoted by X→Y.

b)

X is called the determinant.

c)

Y depends upon X.

d)

All of them.

9.

If there is only one candidate key then the 3NF and BCNF are identical .

a)

TRUE.

b)

FALSE.

10.

A relation decomposed into two relations must have loss-less join Property, which ensures that no spurious or extra tuples are generated

a)

when tuples are reunited.

b)

when a transaction is carried out.

c)

when relations are decomposed.

d)

when relations are reunited through a natural join

11.

The minimum and maximum values of connectivity is called the __________ of the relationship.

a)

cardinality

b)

degree

c)

modality

d)

tuple

12.

When each entity in the entity set may not occur in at least one relationship in that relationship set, is called:

a)

Partial Participation

b)

Total Participation

c)

Conditional Participation

d)

Relational Participation

13.
It is the use sophisticated statistical analysis, including artificial intelligence techniques such as neural networks, to “discover” unhypothesized relationships in the data. For example, credit card companies use this to identify usage patterns indicative of fraud.
a)
Data integration
b)
Data Sharing
c)
Data Mining
d)
Database system
14.
One or more very large databases containing both detailed and summarized data for a number of years that is used for analysis rather than transaction processing.
a)
Data warehouse
b)
Data Sharing
c)
Database
d)
Data Mining
15.
A description of the data elements in a database, the relationships among them, and the logical model used to organize and describe the data.
a)
Subschema
b)
Logical view
c)
Physical view
d)
Schema
e)
External-level schema
16.

An entity is a

a)

object of relation

b)

present working model

c)

thing in real world

d)

model of relation

17.

Which of the following is not a component of ER Model in DBMS?

a)

entity

b)

database

c)

attribute

d)

relationship

18.

A relationship is

a)

an item in an application

b)

a meaningful dependency between entities

c)

a collection of related entities

d)

a related data

19.

The expansion of ER Diagram is

a)

Entity Relationship diagram

b)

Entity Relative diagram

c)

Entity Relation diagram

d)

Entity Rationalized diagram

20.

Entity is represented as

a)

ellipse

b)

double ellipse

c)

rectangle

d)

double rectangle

21.

In one to many relationship, the entity that is on the one side of relationship is called

a)

subtype

b)

child

c)

instance

d)

parent

22.

Property that describes the characteristics of entity is

a)

entities

b)

relationship

c)

attributes

d)

identifiers

23.

Entities can be associated with one another in which of the following

a)

attribute

b)

identifiers

c)

entities

d)

relationship

24.

By relation cardinality we mean

a)

number of items in a relationship

b)

number of relationships in which an entity can appear

c)

number of items in an entity

d)

number of entity sets which may be related to a given entity

25.

Rows of a relation is called

a)

a relation row

b)

an entity

c)

a data structure

d)

tuples

26.

Attributes are

a)

properties of relationship

b)

attributed to entities

c)

properties of members of an entity set

27.

The attribute AGE is calculated from DATE_OF_BIRTH. The attribute AGE is

a)

Single valued

b)

Multi valued

c)

Composite

d)

Derived

28.

The attribute name could be structured as an attribute consisting of first name, middle initial, and last name. This type of attribute is called

a)

Simple attribute

b)

Composite attribute

c)

Multivalued attribute

d)

Derived attribute

29.

An entity in A is associated with at most one entity in B, and an entity in B is associated with at most one entity in A.This is called as

a)

One-to-many

b)

One-to-one

c)

Many-to-many

d)

Many-to-one

30.

Which one of the following uniquely identifies the elements in the relation?

a)

Secondary Key

b)

Primary key

c)

Foreign key

d)

Composite key

31.

What do double line represent in an ER diagram

a)

They link entity sets to relationship sets

b)

Total participation of an entity in a relationship set

c)

Relationship sets linked to weak entity sets

d)

None of the mentioned