Filters
Question type

Study Flashcards

In Microsoft Access,relationships between tables are created in the Relationships window.

Correct Answer

verifed

verified

To be considered a composite key,a key must contain at least two attributes.

Correct Answer

verifed

verified

To create a relationship in Microsoft Access,we drag and drop the ________ of a table.

Correct Answer

verifed

verified

To create a well-formed relation through normalization,every determinant must be a candidate key.

Correct Answer

verifed

verified

A key that contains more than one attribute is called a(n) :


A) composite key.
B) complex key.
C) multi-key.
D) n-key.
E) candidate key.

Correct Answer

verifed

verified

The first step of the normalization process is to identify all the candidate keys of a relation.

Correct Answer

verifed

verified

In the relational model,each row of a table contains data that represents an attribute of the entity.

Correct Answer

verifed

verified

In the normalization process,it is not necessary to identify all the functional dependencies in a relation.

Correct Answer

verifed

verified

Any table that meets the definition of a relation is said to be in second normal form.

Correct Answer

verifed

verified

Given the relations: STUDENT (SID,StudentName,Major,AdvisorID) ADVISOR (AdvisorID,AdvisorName,Office,Phone) Such that each student is assigned to one advisor,which of the following is true?


A) SID is both a primary key and a foreign key.
B) AdvisorName is a determinant.
C) AdvisorID is a foreign key.
D) Phone is a candidate key.
E) Major is a candidate key.

Correct Answer

verifed

verified

The key that has been designated the ________ key of a relation functionally determines all the other attributes in the relation.

Correct Answer

verifed

verified

If the condition exists such that knowing the value of attribute X determines the value of attribute Y,then attribute Y is functionally dependent on attribute X.

Correct Answer

verifed

verified

A surrogate key may be appropriate under which of the following circumstances?


A) The available candidate keys would produce a lot of data duplication when representing relationships.
B) The primary key is numeric.
C) The available candidate keys would be prone to typographical errors.
D) The available candidate keys have little meaning to the users.
E) Both A and C

Correct Answer

verifed

verified

In SQL Server,the starting value of a surrogate key is called the:


A) Identity.
B) Identity Increment.
C) Identity Start.
D) Identity Seed.
E) Identity Property.

Correct Answer

verifed

verified

In Microsoft Access,a relationship is created by dragging a foreign key column and dropping it on top of the corresponding primary key.

Correct Answer

verifed

verified

In the normalization process,if you find a candidate key that is not a primary key,then you have determined that the relation needs to be broken into two or more other relations.

Correct Answer

verifed

verified

Given the below functional dependency, MedicineCode → (MedicineName,ShelfLife,Manufacturer,Dosage) Which of the following statements is not known to be true?


A) MedicineCode is a determinant.
B) MedicineName is a determinant.
C) Manufacturer is functionally dependent on MedicineCode.
D) ShelfLife is functionally dependent on MedicineCode.
E) MedicineCode is a candidate key of the relation MEDICINE (MedicineName, ShelfLife, Manufacturer, Dosage, MedicineCode) .

Correct Answer

verifed

verified

Which of the following is true about a key?


A) It may be unique.
B) It may be non-unique.
C) In may identify more than one row.
D) Both A and B
E) All of the above

Correct Answer

verifed

verified

In practice,why would tables that have duplicate rows be allowed?

Correct Answer

verifed

verified

It is not uncommon for a table that is r...

View Answer

Which of the following is not true about null values?


A) A null value can mean that the value is unknown.
B) A null value is ambiguous.
C) A null value can mean that the value is known to be blank.
D) A null value can mean that no value for the field is appropriate.
E) Null values cannot be avoided.

Correct Answer

verifed

verified

Showing 41 - 60 of 87

Related Exams

Show Answer