Quiz's Flashcards
Older systems that often contain data of poor quality are called ____ systems.
a. controlled
b. legacy
c. database
d. mainframe
legacy
A rule that CANNOT be violated by database users is called a:
a. password.
b. constraint.
c. program.
d. view
constraint
Data that describe the properties of other data are:
a. relationships.
b. logical.
c. physical.
d. None of these.
d. None of these.
A person, place, an object , an event or concept about which the organization wishes to maintain data is called a(n):
a. relationship.
b. property.
c. attribute.
d. entity.
d. entity.
A ____ database supports data distributed across several different sites.
a. single-user
b. multiuser
c. centralized
d. distributed
d. distributed
A desktop database is a ____ database.
a. single-user
b. multiuser
c. workgroup
d. distributed
a. single-user
A(n) ____ database is used by an organization and supports many users across many departments.
a. desktop
b. workgroup
c. enterprise
d. transactional
c. enterprise
A(n) ____ database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization.
a. desktop
b. workgroup
c. enterprise
d. transactional
b. workgroup
The response of the DBMS to a query is the ____.
a. ad hoc query
b. ad hoc response
c. query result set
d. integrated view of the data
c. query result set
A(n) ____ is anything about which data are to be collected and stored.
a. attribute
b. entity
c. relationship
d. constraint
b. entity
Business rules are derived from ____.
a. a detailed description of an organization’s operations
b. standards and practices developed over the years
c. managers’ recommendations
d. governmental oversight organization standards
a. a detailed description of an organization’s operations
A(n) ____ is a restriction placed on the data.
a. attribute
b. entity
c. relationship
d. constraint
d. constraint
____ are important because they help to ensure data integrity.
a. Attributes
b. Entities
c. Relationships
d. Constraints
d. Constraints
A(n) ____ is the equivalent of a field in a file system.
a. attribute
b. entity
c. relationship
d. constraint
a. attribute
The relational database model enables you to view data ____ rather than ____.
a. relationally, hierarchically
b. hierarchically, relationally
c. physically, logically
d. logically, physically
d. logically, physically
____ data can have only a true or false (yes or no) values.
a. Logical
b. Character
c. Date
d. Numeric
a. Logical
In the relational model, ____ are important because they are used to ensure that each row in a table is uniquely identifiable.
a. relations
b. primary keys
c. indexes
d. logical structures
b. primary keys
In the context of a database table, the statement “A ____ B” indicates that if you know the value of attribute A, you can look up the value of attribute B.
a. contains
b. is related to
c. owns
d. determines
d. determines
The relational model’s creator, E. F. Codd, used the term relation as a synonym for ____.
a. index
b. key
c. table
d. relationship
c. table
The ERD represents the ____ database as viewed by the end user.
a. condensed
b. physical
c. logical
d. conceptual
d. conceptual
The ____ attribute(s) make up the primary key in the table definition:
CLASS (CRS_CODE, CLASS_SECTION, CLASS_TIME, CLASS_ROOM, PROF_NUM)
a. CRS_CODE
b. CLASS_SECTION
c. CRS_CODE and CLASS_SECTION
d. There is no primary key
c. CRS_CODE and CLASS_SECTION
A ____ identifier is composed of more than one attribute.
a. primary
b. foreign
c. composite
d. domain
c. composite
The set of possible values for an attribute is a ____.
a. domain
b. range
c. set
d. key
a. domain
In a text-based ER description, primary keys are indicated by ____.
a. bolding
b. italics
c. underlining
d. a special font
c. underlining