Filters
Question type

Study Flashcards

A ____ key can be described as a superkey without unnecessary attributes, that is, a minimal superkey.


A) secondary
B) candidate
C) primary
D) foreign

E) A) and C)
F) C) and D)

Correct Answer

verifed

verified

What are the characteristics of a relational table?

Correct Answer

verifed

verified

1 A table is perceived as a two-dimensio...

View Answer

Codd's rule of ____________________ states that every value in a table is guaranteed to be accessible through a combination of table name, primary key value, and column name.

Correct Answer

verifed

verified

Referential ____ means that if the foreign key contains a value, that value refers to an existing valid tuple (row) in another relation.


A) integrity
B) uniqueness
C) direction
D) relations

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

The relational operators have the property of ____________________; that is, the use of relational algebra operators on existing relations (tables) produces new relations.

Correct Answer

verifed

verified

The equijoin takes its name from the comparison operator ____ used in the condition.


A) *
B) <
C) =
D) >

E) B) and C)
F) B) and D)

Correct Answer

verifed

verified

Each table in a relational database must have a primary key.

A) True
B) False

Correct Answer

verifed

verified

Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.

A) True
B) False

Correct Answer

verifed

verified

In the relational model, ____________________ are important because they are used to ensure that each row in a table is uniquely identifiable.

Correct Answer

verifed

verified

Describe the use of nulls in a database.

Correct Answer

verifed

verified

Null values are problematic in the relat...

View Answer

In the relational model, ____ are important because they are used to ensure that each row in a table is uniquely identifiable.


A) relations
B) keys
C) indexes
D) logical structures

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

If the attribute (B) is functionally dependent on a composite key (A) but not on any subset of that composite key, the attribute (B) is fully functionally dependent on (A).

A) True
B) False

Correct Answer

verifed

verified

Codd's Rule of ____ states: Application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns) .


A) Nonsubversion
B) Logical Data Independence
C) Comprehensive Data Sublanguage
D) Integrity Independence

E) A) and D)
F) B) and D)

Correct Answer

verifed

verified

A ____ contains at least all of the attribute names and characteristics for each table in the system.


A) data dictionary
B) relational schema
C) logical schema
D) join

E) All of the above
F) B) and D)

Correct Answer

verifed

verified

To avoid nulls, some designers use special codes, known as ____________________, to indicate the absence of some value.

Correct Answer

verifed

verified

____ combines all rows from two tables, excluding duplicate rows.


A) INTERSECT
B) UNION
C) DIFFERENCE
D) SELECT

E) A) and D)
F) B) and D)

Correct Answer

verifed

verified

The DIVIDE operation uses one single-column table (e.g., column "a") as the divisor and one two-column table (e.g., columns "a" and "b") as the dividend.

A) True
B) False

Correct Answer

verifed

verified

A foreign key must exist in both tables that have a relationship.

A) True
B) False

Correct Answer

verifed

verified

The ____ relationship should be rare in any relational database design.


A) 1:1
B) 1:M
C) M:1
D) M:N

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

Proper data ____________________ design requires carefully defined and controlled data redundancies to function properly.

Correct Answer

verifed

verified

Showing 21 - 40 of 100

Related Exams

Show Answer