Filters
Question type

Study Flashcards

To check for null values in a column in a table,use the SQL phrase ________.


A) IS
B) IS NOT
C) IS NULL
D) COUNT(IS NOT)
E) COUNT(IS NULL)

Correct Answer

verifed

verified

Multivalued dependencies show up under a different name as the multivalued,multicolumn problem.

Correct Answer

verifed

verified

The problem of misspelled data entries is really the same as ________.


A) the multivalue,multicolumn problem
B) the inconsistent values problem
C) the missing values problem
D) the general-purpose remarks column problem
E) None of the above is correct.

Correct Answer

verifed

verified

A defining requirement for BCNF is that every determinant must be a candidate key.

Correct Answer

verifed

verified

The advantages of normalization include ________.


A) the elimination of modification anomalies
B) the elimination of duplicated data
C) more complex SQL for multitable subqueries and joins
D) A and B
E) A,B,and C

Correct Answer

verifed

verified

A

The presence of one or more foreign keys in a relation prevents ________.


A) the elimination of modification anomalies
B) the elimination of duplicated data
C) more complex SQL for multitable subqueries and joins
D) A and B
E) A,B,and C

Correct Answer

verifed

verified

You are creating a PRODUCT table using existing data from multiple sources.Examining the data,you find that you have "large red hat","large hat,red","red hat large" and "hat,large,red." This is an example of ________.


A) the multivalue,multicolumn problem
B) the inconsistent values problem
C) the missing values problem
D) the general-purpose remarks column problem
E) None of the above is correct.

Correct Answer

verifed

verified

A null value in a column may indicate that there is an appropriate value for that attribute,but it is unknown.

Correct Answer

verifed

verified

What are null values,and why are they a problem?

Correct Answer

verifed

verified

A null value is a missing value,a value ...

View Answer

When examining data values as a part of assessing table structure,you should try to determine multivalued dependencies.

Correct Answer

verifed

verified

When you are given a set of tables and asked to create a database to store their data,the first step is to ________.


A) assess the existing tables' structure and content
B) design the database structure
C) create one or more new tables
D) move the data into the new database
E) design the applications that will use the database

Correct Answer

verifed

verified

If you have a table with a set of columns named "Child01","Child02" and "Child03",the table has the multivalued,multicolumn problem.

Correct Answer

verifed

verified

The SQL DELETE TABLE statement can be used to remove unneeded tables after the normalized tables are created and populated.

Correct Answer

verifed

verified

SQL statements that can be used to create referential integrity statements for normalized tables are created during the normalization process.

Correct Answer

verifed

verified

True

When examining data values as a part of assessing table structure,you should try to determine the table's primary key.

Correct Answer

verifed

verified

True

The second step in assessing table structure is to examine data values and determine dependencies and keys.

Correct Answer

verifed

verified

The standard sales order/line item pattern is a classic example of unneeded normalization.

Correct Answer

verifed

verified

Relations are sometimes left unnormalized to improve performance.

Correct Answer

verifed

verified

Reviewing the work done on a table that was created using existing data from multiple sources,you find that a column name Remarks has been included,and it is populated with inconsistent and verbose verbal data.This is an example of ________.


A) the multivalued,multicolumn problem
B) the inconsistent values problem
C) the missing values problem
D) the general-purpose remarks column problem
E) None of the above is correct.

Correct Answer

verifed

verified

The SQL function COUNT ________.


A) counts the number of columns in a table
B) counts the number of rows in a table
C) counts the number of tables in a database
D) A and C
E) B and C

Correct Answer

verifed

verified

Showing 1 - 20 of 100

Related Exams

Show Answer