Exam 5: Database Processing

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

How does normalization resolve the data integrity problem?

Free
(Essay)
4.8/5
(41)
Correct Answer:
Verified

Normalization is the process of converting a poorly-structured table into two or more well-structured tables. If an attribute is entered correctly in one row and incorrectly in another, this leads to a problem called a data integrity problem.
The data integrity problem can occur only if data are duplicated. Because of this, one easy way to eliminate the problem is to eliminate the duplication of data. The general goal of normalization is to construct tables such that every table has a single topic or theme. Database practitioners classify tables into various normal forms according to the kinds of problems they have. Transforming a table into a normal form to remove duplicated data and other problems is called normalizing the table.

The accuracy of a database design is independent of the corresponding data model.

Free
(True/False)
4.9/5
(38)
Correct Answer:
Verified

False

Which of the following is true of single-user databases?

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

D

The data integrity problem occurs only if data are duplicated.

(True/False)
4.9/5
(36)

Describe a DBMS and its functions. List some of the popular DBMS products.

(Essay)
4.9/5
(37)

________ is the process of converting a poorly-structured table into two or more well-structured tables.

(Multiple Choice)
4.8/5
(30)

Which of the following is true of MySQL?

(Multiple Choice)
4.7/5
(37)

A database application is a collection of forms, reports, queries, and application programs that serves as an intermediary between users and database data.

(True/False)
4.8/5
(39)

The lost-update problem can be resolved by implementing multi-user database processing.

(True/False)
4.7/5
(45)

Browser-based applications ________.

(Multiple Choice)
4.9/5
(42)

A student management system allows students to have multiple majors, and advisers are assigned to handle multiple students and courses. This is an example of a(n) ________ relationship.

(Multiple Choice)
4.9/5
(38)

A(n) ________ is a program used to create, process, and administer a database.

(Multiple Choice)
4.8/5
(31)

In a database, ________ are grouped into columns.

(Multiple Choice)
4.8/5
(36)

1:N, N:M, and 1:1 are common examples of minimum cardinalities.

(True/False)
4.7/5
(42)

MySQL is an open source DBMS product that is license-free for most database applications.

(True/False)
4.7/5
(40)

Changing a relationship from one-to-many to many-to-many in a functional database is simply a matter of changing the N:N notation to N:M.

(True/False)
4.8/5
(39)

The purpose of a database is to keep track of things that involve a single theme.

(True/False)
4.8/5
(29)

Which of the following is true of traditional database application programs?

(Multiple Choice)
4.8/5
(37)

In a data model, a(n) ________ is something that a user wants to track.

(Multiple Choice)
4.9/5
(42)

Normalized tables are faster to process than tables that haven't been normalized.

(True/False)
4.9/5
(36)
Showing 1 - 20 of 123
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)