Filters
Question type

Study Flashcards

The is actually a system-created database whose tables store the user/designer-created database characteristics and contents.


A) database tuple
B) systematic database
C) unique index
D) system catalog

Correct Answer

verifed

verified

Define an index. Explain the role of indexes in a relational database.

Correct Answer

verifed

verified

An index is an orderly arrangement used ...

View Answer

are especially useful when you are trying to determine what values in related tables cause referential integrity problems.


A) Inner joins
B) Outer joins
C) Equijoins
D) Theta joins

Correct Answer

verifed

verified

returns only the attributes requested, in the order in which they are requested.


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

Correct Answer

verifed

verified

The SELECT operator yields a vertical subset of a table.

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).

Correct Answer

verifed

verified

Dr. Codd's rule of relational database 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

The relationship is the "relational model ideal."


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

Correct Answer

verifed

verified

What is a key and how is it important in a relational model?

Correct Answer

verifed

verified

In a relational model, keys are importan...

View Answer

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

Correct Answer

verifed

verified

As rare as 1:1 relationships should be, certain conditions absolutely require their use.

Correct Answer

verifed

verified

, also known as RESTRICT, yields values for all rows found in a table that satisfy a given condition.


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

Correct Answer

verifed

verified

According to Codd's rule of relational database, "If the system supports low-level access to the data, users must not be allowed to bypass the integrity rules of the database."


A) nonsubversion
B) rule zero
C) view updating
D) information

Correct Answer

verifed

verified

An index key can have multiple (a composite index).

Correct Answer

verifed

verified

In a relational table, each column has a specific range of values known as the domain.

Correct Answer

verifed

verified

In a database context, a(n) indicates the use of different names to describe the same attribute.


A) entity
B) duplicate
C) synonym
D) homonym

Correct Answer

verifed

verified

The proper use of keys is crucial to controlling data redundancy.

Correct Answer

verifed

verified

A(n) only returns matched records from the tables that are being joined.


A) outer join
B) inner join
C) equijoin
D) theta join

Correct Answer

verifed

verified

RDBMSs enforce integrity rules automatically.

Correct Answer

verifed

verified

Describe the use of the INTERSECT operator.

Correct Answer

verifed

verified

INTERSECT yields only the rows that appe...

View Answer

Showing 21 - 40 of 75

Related Exams

Show Answer