Filters
Question type

Study Flashcards

____________________ relationships can be implemented by creating a new entity in 1:M relationships with the original entities.

Correct Answer

verifed

verified

The ____________________ relationship is the relational database norm.

Correct Answer

verifed

verified

1:M

The relational database model enables you to view data ____ rather than ____.


A) relationally, hierarchically
B) hierarchically, relationally
C) physically, logically
D) logically, physically

Correct Answer

verifed

verified

Only a single attribute, not multiple attributes, can define functional dependence.

Correct Answer

verifed

verified

The following example exhibits ____________________ integrity: The CUSTOMER table's primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. Similarly, the AGENT table's primary key is AGENT_CODE, and this primary key column also is free of null entries.

Correct Answer

verifed

verified

RDBMSs enforce integrity rules automatically.

Correct Answer

verifed

verified

____________________ joins are especially useful when you are trying to determine what value(s) in related tables cause(s) referential integrity problems.

Correct Answer

verifed

verified

The logical view of the relational database is facilitated by the creation of data relationships based on a logical construct known as a(n) ____________________.

Correct Answer

verifed

verified

relation

A(n) ____________________ key can be described as a superkey without unnecessary attributes.

Correct Answer

verifed

verified

In a relational model, if A determines B, C, and D, you write A = B, C, D.

Correct Answer

verifed

verified

The SELECT operator yields a vertical subset of a table.

Correct Answer

verifed

verified

When you define a table's primary key, the DBMS automatically creates a(n) ____ index on the primary key column(s) you declared.


A) key
B) incomplete
C) unique
D) primary

Correct Answer

verifed

verified

____ data can have only a true or false (yes or no) values.


A) Logical
B) Character
C) Date
D) Numeric

Correct Answer

verifed

verified

A

A(n) ____________________ provides a detailed description of all tables found within the user/designer-created database.

Correct Answer

verifed

verified

In an outer join, the matched pairs would be retained and any unmatched values in the other table would be left ____.


A) in another table
B) null
C) out of the results
D) with matching values from the original table

Correct Answer

verifed

verified

Tables within a database share common attributes that enable the tables to be linked together.

Correct Answer

verifed

verified

Any attribute that is part of a key is known as a ____.


A) key attribute
B) logical attribute
C) key determiner
D) selector

Correct Answer

verifed

verified

____ yields a vertical subset of a table.


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

Correct Answer

verifed

verified

The order of the rows and columns is important to the DBMS.

Correct Answer

verifed

verified

What is a key and why is it important in the relational model?

Correct Answer

verifed

verified

In the relational model, keys are import...

View Answer

Showing 1 - 20 of 100

Related Exams

Show Answer