wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

6INFOMAN - (Class Participation)

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

it is a model that describes the data as much as possible without regard to how they will physical implemented in the database. It usually created by Data Architects and Business Analysts.

a)

Logical Data Model

b)

Hierarchical Model

c)

Physical Data Model

d)

Network Model

2.

is a slightly stronger version of the third normal form. It handles a problem with an entity that might have two primary keys

a)

1NF

b)

2NF

c)

3NF

d)

Boyce-Codd Normal Form

3.

TRUE or FALSE: The following sql code will insert the data into a new table from the original or cloned table.

a)

TRUE

b)

FALSE

c)

Maybe

d)

No Answer

4.

It is an attribute in a table which is used to define its relationship with another table.

a)

Primary Key

b)

Surrogate Key

c)

Foreign Key

d)

Alternate Key

5.

is an orderly arrangement used to logically access rows in a table.

a)

Subsquery

b)

Natural Key

c)

Primary Key

d)

Index

6.

All of the values in the primary key must be unique.

a)

TRUE

b)

FALSE

c)

Maybe

d)

No Answer

7.

The candidate key chosen to uniquely identify row of data in a table.

a)

Key Attribute

b)

Foreign Key

c)

Compound Key

d)

Primary Key

8.

DBMS Key is use to enforce to identify of data and ensure integrity of data is maintained.

a)

TRUE

b)

FALSE

c)

Maybe

d)

No Answer

9.

The condition in which every reference to an entity instance by another entity instance is valid.

a)

Entity Integrity

b)

Referential Integrity

c)

Pre Order Traversal

d)

ER Model

10.

it is an attribute that must have a value; in other words, it cannot be left empty.

a)

Derived Attribute

b)

Optional Attribute

c)

Calculated Attribute

d)

Required Attribute

11.

is a virtual table based on the result-set of an SQL statement. It allows you to select column, query based on the condition and viewed a certain table.

a)

SQL View

b)

Relational Operator

c)

ALIAS

d)

JOIN

12.

is a database organizational structure optimized for use in a data warehouse or business intelligence that uses a single large fact table to store transactional or measured data, and one or more smaller dimensional tables that store attributes about the data.

a)

Database Normalization

b)

Star Schema

c)

Boyce-Codd Normal Form

d)

Data Model

13.

is a combination of columns that uniquely identifies any row within a relational database management system (RDBMS) table.

a)

Candidate Key

b)

Composite key

c)

Compound Key

d)

Superkey

14.

is any column or set of columns that can be declared as the primary key instead of the natural key.

a)

Secondary Key

b)

Surrogate Key

c)

Natural Key

d)

Alternate Key

15.

is perceived as a two-dimensional structure composed of rows and columns

a)

Table

b)

Tuple

c)

Model

d)

Constraint

16.

it represents a single entity occurrence within the entity set.

a)

Tuple

b)

Constraint

c)

Domain

d)

Union

17.

Database Normalization is not about eliminating Data Redundancy but minimizing Redundancy

a)

TRUE

b)

FALSE

c)

MAYBE

d)

NO ANSWER

18.

What is the image (SQL Query) means?

a)

It shows customer database.

b)

It shows customername table.

c)

It shows customername column.

d)

It shows customername column and change the name to custname.

19.

it is a relational operator that combines all rows from two tables, excluding duplicate rows.

a)

PRODUCT

b)

SELECT

c)

UNION

d)

INTERSECT

20.

A subquery must be enclosed in double quotation.

a)

TRUE

b)

FALSE

c)

MAYBE

d)

No Answer