ITS_DATABSE #2

ITS_DATABSE #2

University

145 Qs

quiz-placeholder

Similar activities

Python Quiz-5 AX

Python Quiz-5 AX

University

148 Qs

All Quetion

All Quetion

University

140 Qs

COMSP211MTEX

COMSP211MTEX

University

148 Qs

testest

testest

University

142 Qs

2ª Prova Parcial - Programação de Banco de Dados

2ª Prova Parcial - Programação de Banco de Dados

University

150 Qs

Ujian Akhir Semester

Ujian Akhir Semester

University

150 Qs

CIS-115-81 Final Exam

CIS-115-81 Final Exam

University

148 Qs

fnaf fun play plz i need it @fortnite fix ur game 19$ gift card!

fnaf fun play plz i need it @fortnite fix ur game 19$ gift card!

KG - University

142 Qs

ITS_DATABSE #2

ITS_DATABSE #2

Assessment

Quiz

Computers

University

Easy

Created by

ANETTE DALIGCON

Used 10+ times

FREE Resource

145 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The terms "bitmap," "b-tree," and "hash" refer to which type of database structure?

A. View

B. Function

C. Index

D. Stored procedure

E. Trigger Correct

Answer explanation

An index contains keys built from one or more columns in the table or view. These keys are stored in a structure (B-tree) that enables SQL Server to find the row or rows associated with the key values quickly and efficiently

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One reason to add an index is to:

A. Decrease storage space.

B. Increase database security.

C. Improve performance of select statements.

D. Improve performance of insert statements. Correct

Answer explanation

Indexes are used to retrieve data from the database more quickly than otherwise.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A. defragmentation

B. normalization

C. fragmentation

D. denormalization

Answer explanation

In brief, normalization is a way of organizing the data in the database. Normalization entails organizing the columns and tables of a database to ensure that their dependencies are properly enforced by database integrity constraints.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You have a table that contains the following data.

Which database term is used to describe the relationship between ProductID and ProductCategory?

A. Cohort

B. Relationally dependent

C. Deterministic

D. Functionally dependent

E. Compositional Correct

Answer explanation

Functional dependency is a constraint between two sets of attributes in a relation from a database. In other words, functional dependency is a constraint that describes the relationship between attributes in a relation.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key uniquely identifies a row in a table?

A. foreiqn

B. primary

C. local

D. superkey

Answer explanation

The PRIMARY KEY constraint uniquely identifies each record in a table. Primary keys must contain UNIQUE values, and cannot contain NULL values.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement creates a composite key?

A. Option A

B. Option B

C. Option C

D. Option D

Answer explanation

A composite key is a combination of two or more columns in a table that can be used to uniquely identify each row in the table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At 3:00 P.M. (1500 hours), you create a backup of your database. At 4:00 P.M. (1600 hours), you create a table named Customer and import data into the table. At 5:00 P.M. (1700 hours), your server fails. You run a script to apply only the 3:00 P.M. backup to your database. What is the result of the script?

A. The Customer table no longer exists.

B. The Customer table is unaffected.

C. The Customer table exists but has no data.

D. The script fails.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?