Pop quiz W3

Pop quiz W3

Vocational training

8 Qs

quiz-placeholder

Similar activities

Database Design Theory

Database Design Theory

University

12 Qs

Indexes 2

Indexes 2

11th Grade

10 Qs

Database Normalization

Database Normalization

11th Grade

10 Qs

Database Relationships

Database Relationships

10th - 12th Grade

10 Qs

Normalisation

Normalisation

11th - 12th Grade

13 Qs

Database Management System

Database Management System

University

9 Qs

IT/ITES Level 4

IT/ITES Level 4

12th Grade

13 Qs

EXERCISE_RELATIONALDATABASE

EXERCISE_RELATIONALDATABASE

University

10 Qs

Pop quiz W3

Pop quiz W3

Assessment

Quiz

Computers

Vocational training

Hard

Created by

MUNA BINTI ISHAK (PBU)

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The columns of a relation

must be in specified order

may be in any order

with key field in first column

with largest width column last

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a relational table, each column represents an attribute and each column has a distinctive name.

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To maintain entity integrity, a null value is permitted in the primary key.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The entity integrity rule requires that ____.

all primary key entries are unique

a part of the key may be null

foreign key values do not reference primary key values

duplicate object values are allowed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.   _______ symbol is used to denote the CROSS PRODUCT operation.

X

σ

ρ

π

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is

a set of values allowed for an attributes.

Cardinality

Domain

Tuple

Attributes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ is the set of one or more attributes in a relation whch value matched with a primary key in another relation.

candidate key

primary key

foreign key

super key

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ operator is denoted by sigma (

σ ) and it is used to find the tuples (or rows) in a relation (or table) whic

cross

project

select

join