Filters
Question type

Study Flashcards

The E-R model (ERM) represents entities, attributes, and _____.


A) indexes
B) views
C) properties
D) relationships

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

Correct Answer

verifed

verified

A user view of data is _____.


A) a table created by a particular user
B) a report requested by users
C) the specific data needed by a person or process for a particular task
D) a form used for data entry

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

Correct Answer

verifed

verified

Which fields should you index in a table?


A) every field
B) fields that are commonly used for sorting
C) fields that contain sensitive data
D) fields that are not part of a relationship

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

Correct Answer

verifed

verified

Which of the following Access features provides a drop-down list of values for a field?


A) subdatasheet
B) lookup field
C) subform
D) Relationship report

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

B

What type of relationship do two tables have when their primary keys match?


A) one-to-one
B) one-to-many
C) many-to-many
D) many-to-one

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

Correct Answer

verifed

verified

Which of the following is not true about one-to-many relationships?


A) The linking field in the "one" table is always the primary key field for that table.
B) A foreign key field cannot also be the primary key field for a particular table.
C) The linking field must have the same name in the primary and related tables.
D) One record in the "one" table can be linked or related to many records in the "many" table.

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

A(n) _____ represents a field or combination of fields that may not be unique, but is commonly used for retrieval and thus should be indexed.


A) alternate key
B) combo key
C) secondary key
D) indexed key

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

What is the purpose of an index?


A) to show which database objects depend on each other
B) to identify primary, secondary, and alternate keys
C) to improve database performance when queries request a sort order for records
D) to store unique data for each record in the table

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

ProductType is a foreign key field in the Orders table and is constrained to a list of valid entries stored in the ProductTypes table. What problem does this design prevent?


A) creation anomalies
B) deletion anomalies
C) update anomalies
D) record locking

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

Correct Answer

verifed

verified

In Database Design Language (DBDL) , which items do you underline?


A) table names
B) columns that make up the foreign key
C) data types
D) columns that make up the primary key

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

Correct Answer

verifed

verified

Which of the following Access features does not demonstrate the power of one-to-many relationships?


A) select queries involving related tables
B) forms with subforms
C) subdatasheets
D) indexes

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

Information-level design is independent of any particular DBMS that the organization will ultimately use.

A) True
B) False

Correct Answer

verifed

verified

When the Unique property for an index is set to Yes in Access, every value in the index must be unique.

A) True
B) False

Correct Answer

verifed

verified

During which process do you typically create an entity-relationship (E-R) diagram?


A) physical-level design
B) troubleshooting user views
C) information-level design
D) maintenance

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

Correct Answer

verifed

verified

C

A query includes the DeptID and DeptName fields from the Departments table and the EmployeeLast field from the Employees table. Both tables are shown below. What must you change before you can reassign the DeptID field value for a particular employee in the query results? Departments (DeptID, DeptName) Employees (EmpID, EmployeeFirst, EmployeeLast, DeptID)


A) Set DeptID as the primary key field in the Employees table.
B) Add the DeptName field to the query.
C) Remove the EmpID field from the query.
D) Replace the DeptID field from the Departments table with the DeptID field from the Employees table.

E) None of the above
F) All of the above

Correct Answer

verifed

verified

Which properties do you set to display a list of possible values that are helpful when you enter or update data in a foreign key field?


A) Indexed properties
B) Lookup properties
C) Foreign Key List properties
D) Subdatasheet properties

E) A) and B)
F) B) and C)

Correct Answer

verifed

verified

An E-R diagram uses diamonds to illustrate relationships between tables.

A) True
B) False

Correct Answer

verifed

verified

False

Describe the different types of keys illustrated in Database Design Language (DBDL) and how they are notated.

Correct Answer

verifed

verified

The primary key field contains unique da...

View Answer

How might you resolve an inappropriate Cartesian join?


A) Convert the join type to a RIGHT join.
B) Connect the two tables through a third junction table.
C) Convert the join type to a LEFT join.
D) Change the query to an update query.

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

Correct Answer

verifed

verified

Explain the difference between information-level design and physical-level design.

Correct Answer

verifed

verified

During information-level design, you lis...

View Answer

Showing 1 - 20 of 50

Related Exams

Show Answer