Database Design/computer sc Chapters 1-6 Sample Tests

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

The _____ relationship should be rare in any relational database design.

1:1

The _____ relationship is the "relational model ideal."

1:M

A table that has all key attributes defined, has no repeating groups, and all its attributes are dependent on the primary key is said to be in _____.

1NF

Which of the following types of HDFS nodes acts as the interface between the user application and the HDFS?

Client node

_____ are important because they help to ensure data integrity.

Constraints

Of the following normal forms, _____ is mostly of theoretical interest.

DKNF

_____ exists when different versions of the same data appear in different places.

Data inconsistency

_____ is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.

Data integrity

Which of the following refers to the situation where different versions of the same data are stored at different places because they weren't updated consistently?

Data redundancy

_____ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.

Data warehouse

A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.

FALSE

Disjoint subtypes are subtypes that contain nonunique subsets of the supertype entity set.

FALSE

Entity subtypes do not inherit the relationships in which the supertype entity participates.

FALSE

Even when a good database blueprint is available, an applications programmer's view of the data should match that of the manager and the end user.

FALSE

In implementation terms, an entity is existence-dependent if it has a mandatory primary key.

FALSE

In specialization hierarchies with multiple levels of supertype and subtypes, a lower-level subtype can inherit only a few of the attributes and relationships from its upper-level supertypes.

FALSE

Normalization is a process that is used for changing attributes to entities.

FALSE

Normalization purity is often easy to sustain in the modern database environment.

FALSE

One advantage of a database system over previous data management approaches is that the database system is considerably less complex.

FALSE

One disadvantage of the DBMS is that it increases the risk of data security breaches.

FALSE

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

FALSE

Overlapping subtypes are subtypes that contain a unique subset of the supertype entity set.

FALSE

RAID systems use a single disk to create storage volumes.

FALSE

Referential integrity and participation are both bidirectional, meaning that they must be addressed in both directions along a relationship.

FALSE

Relationships between entities always operate in one direction.

FALSE

Software vendors have adopted the Chen representation because of its compact representation.

FALSE

Structural dependence exists when it is possible to make changes in the file structure without affecting the application program's ability to access the data.

FALSE

The Crow's Foot notation easily identifies multivalued attributes.

FALSE

The Crow's Foot notation is less implementation-oriented than the Chen notation.

FALSE

The SELECT operator yields a vertical subset of a table.

FALSE

The entity relationship model (ERM) is dependent on the database type.

FALSE

The hierarchical model is software-independent.

FALSE

The relational model is hardware-dependent and software-independent.

FALSE

The row's range of permissible values is known as its domain.

FALSE

When data are entered into a form and saved, they are placed in the underlying database as knowledge

FALSE

_____ is the result of revealing the meaning of raw facts

Information

Date attributes contain calendar dates stored in a special format known as the _____ date format.

Julian

_____ is the body of information and facts about a specific subject.

Knowledge

The conceptual model can handle _____ relationships and multivalued attributes.

M:N

The entity relationship model uses the associative entity to represent a(n) _____ relationship between two or more entities.

M:N

_____ relates to the activities that make the database execute transactions more efficiently in terms of storage and access speed.

Performance tuning

_____ logic, used extensively in mathematics, provides a framework in which an assertion (statement of fact) can be verified as either true or false.

Predicate logic

_____ is the central activity during the parsing phase in query processing.

Query optimization

_____ are the result of formatting disorganized data in order to facilitate storage, use, and generation of information

Structured data

A composite identifier is a primary key composed of more than one attribute.

TRUE

A data model is usually graphical.

TRUE

A data warehouse can store data derived from many sources.

TRUE

A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.

TRUE

A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.

TRUE

All relational tables satisfy the 1NF requirements.

TRUE

An entity cluster is a "virtual" entity type used to represent multiple entities and relationships in the ERD.

TRUE

An entity in the entity relationship model corresponds to a table in the relational environment.

TRUE

An entity supertype can have disjoint or overlapping entity subtypes.

TRUE

Data processing can be as simple as organizing data to reveal patterns.

TRUE

Denormalization produces a lower normal form.

TRUE

Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.

TRUE

Depending on the sophistication of the application development software, nulls can create problems when functions such as COUNT, AVERAGE, and SUM are used.

TRUE

Each row in the relational table is known as an entity instance or entity occurrence in the ER model.

TRUE

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

TRUE

In a 1:M relationship, to avoid the possibility of referential integrity errors, the data of the "1" side must be loaded first.

TRUE

In the Chen and Crow's Foot notations, an entity is represented with a rectangle containing the entity's name.

TRUE

In the original Chen notation, each attribute is represented by an oval with the attribute name connected to an entity rectangle with a line.

TRUE

One important inheritance characteristic is that all entity subtypes inherit their primary key attribute from their supertype.

TRUE

RDBMSs enforce integrity rules automatically.

TRUE

Structure is based on the type of processing to be performed on the data.

TRUE

The entity supertype contains common characteristics, and the entity subtypes each contain their own unique characteristics.

TRUE

The network model has structural level dependence.

TRUE

To implement a small database, a database designer must know the "1" and the "M" sides of each relationship and whether the relationships are mandatory or optional.

TRUE

Today, most relational database products can be classified as object/relational.

TRUE

Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain.

TRUE

Which of the following is true of NoSQL databases?

They are not based on the relational model.

The _____ notation of entity-relationship modelling can be used for both conceptual and implementation modelling.

UML

_____ data exist in a format that does not lend itself to processing that yields information.

Unstructured

_____ data exist in the format in which they were collected

Unstructured

An entity cluster is formed by combining multiple interrelated entities into _____.

a single abstract entity object

A partial completeness constraint is represented by _____.

a single horizontal line under a circle

A(n) _____ might be written by a programmer or it might be created through a DBMS utility program.

application

Improving _____ leads to more flexible queries.

atomicity

The purpose of an entity _____ is to simplify an entity-relationship diagram (ERD) and thus enhance its readability.

cluster

MySQL is an example of the _____.

relational data model

A _____ attribute is one that cannot be subdivided.

simple

If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a(n) _____ entity.

strong

A _____ is a primary key created by a database designer to simplify the identification of entity instances.

surrogate key

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

synonym

The "_____" characteristic of a primary key states that the selected primary key must not be composed of any attribute(s) that might be considered a violation.

security-compliant

An XML database supports the storage and management of _____ XML data.

semistructured

Most data that can be encountered are best classified as _____.

semistructured

Business rules must be rendered in writing.

TRUE

Normalization represents a micro view of the entities within the ERD.

TRUE

Normalization works through a series of stages called normal forms.

TRUE

Repeating groups must be eliminated by ensuring that each row defines a single entity.

TRUE

Since a partial dependency can exist only if a table's primary key is composed of several attributes, if a table in 1NF has a single-attribute primary key, then the table is automatically in 2NF.

TRUE

The data cache or _____ is a shared, reserved memory area that stores the most recently accessed data blocks in RAM.

buffer cache

A(n) _____ is bidirectional.

relationship

The _____ depicts the arrangement of higher-level entity supertypes (parent entities) and lower-level entity subtypes (child entities).

specialization hierarchy

Oracle 12c, MS SQL Server, and Tamino are examples of _____ data models.

XML Hybrid

An example of denormalization is using a _____ denormalized table to hold report data. This is required when creating a tabular report in which the columns represent data that are stored in the table as rows.

temporary

A _____ relationship exists when three entities are associated.

ternary

When a table contains only one candidate key, _____ are considered to be equivalent.

the 3NF and the BCNF

Normalization works through a series of stages called normal forms. For most purposes in business database design, _____ stages are as high as you need to go in the normalization process.

three

From a structural point of view, 2NF is better than _____.

1NF

Data warehouse routinely uses _____ structures in its complex, multilevel, multisource data environment.

2NF

From a structural point of view, 3NF is better than _____.

2NF

A table that is in 2NF and contains no transitive dependencies is said to be in _____.

3NF

In the context of partial dependencies, data redundancies occur because every row entry requires duplication of data.

TRUE

M:N relationships are not appropriate in a relational model.

TRUE

The most important characteristic of an entity is its _____ key, used to uniquely identify each entity instance.

primary

A _____ derives its name from the fact that a collection of multiple entries of the same type can exist for any single key attribute occurrence.

repeating group

A relational table must not contain a(n) _____

repeating group

A desktop database is a _____ database.

single-user

A table where all attributes are dependent on the primary key but are independent of each other, and no row contains two or more multivalued facts about an entity is said to be in _____.

4NF

Some very specialized applications may require normalization beyond the _____.

4NF

In the context of total completeness, in a(n) _____, every supertype occurrence is a member of only one subtype.

disjoint constraint

A(n) _____ is the set of possible values for a given attribute.

domain

A total completeness constraint is represented by a _____.

double horizontal line under a circle

The extended entity relationship model (EERM) is sometimes referred to as the _____.

enhanced entity relationship model

A(n) _____ database is used by an organization and supports many users across many departments.

enterprise

When moving data from permanent storage to RAM, an I/O disk operation retrieves a(n):

entire physical disk block

A relationship is an association between _____.

entities

A noun in a business rule translates to a(n) _____ in the data model.

entity

A(n) _____ is anything about which data are to be collected and stored.

entity

A(n) _____ represents a particular type of object in the real world.

entity

Knowing the minimum and maximum number of _____ occurrences is very helpful at the application software level.

entity

The _____ model uses the term connectivity to label the relationship types.

entity relationship

The _____ model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.

entity relationship

A(n)_____ is a generic entity type that is related to one or more entity subtypes.

entity supertype

The default comparison condition for the subtype discriminator attribute is the _____ comparison.

equality comparison

An entity is said to be _____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

existence

A _____ is a character or group of characters that has a specific meaning.

field

A _____ is a collection of related records.

file

A system table space, a user data table space, an index table space, and a temporary table space are examples of _____.

file groups

VMS/VSAM is an example of the _____.

file system data model

In a real-world environment, we must strike a balance between design integrity and _____.

flexibility

A _____ is the primary key of one table that has been placed into another table to create a common attribute.

foreign key

Accurate, relevant, and timely information is the key to ____.

good decision making

In the _____ model, each parent can have many children, but each child has only one parent.

hierarchical

In the _____ model, the basic logical structure is represented as an upside-down tree.

hierarhical

In organizations that generate large number of transactions, _____ are often a top priority in database design.

high processing speeds

Within a specialization hierarchy, every subtype can have _____ supertype(s) to which it is directly related.

only one

A data warehouse contains historical data obtained from the _____.

operational databases

The existence of a(n) _____ entity indicates that its minimum cardinality is zero.

optional

If Tiny College has some departments that are classified as "research only" and do not offer courses, the COURSE entity of the college database would be _____ the DEPARTMENT entity.

optional to

In the context of total completeness, in a(n) _____, every supertype occurrence is a member of at least one subtype.

overlapping constraint

The DBMS _____ the SQL query and chooses the most efficient access/execution plan.

parses

Dependencies based on only a part of a composite primary key are known as _____ dependencies.

partial

If a table has multiple candidate keys and one of those candidate keys is a composite key, the table can have _____ based on this composite candidate key even when the primary key chosen is a single attribute.

partial dependencies

To work with data, a DBMS must retrieve the data from _____ and place them in _____.

permanent storage; RAM

One important inheritance characteristic is that all entity subtypes inherit their _____ key attribute from their supertype.

primary

An attribute that is part of a key is known as a(n) _____ attribute.

prime

The response of the DBMS to a query is the ___________

query result set

End-user data is _____.

raw facts of interest to the end user

A _____ is a logically connected set of one or more fields that describes a person, place, or thing.

record

If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a _____ relationship.

recursive

A verb associating two nouns in a business rule translates to a(n) _____ in the data model.

relationship

According to the "preferably single-attribute" characteristic of a primary key, the primary key:

should have the minimum number of attributes possible.

When using the Crow's Foot notation, the associative entity is indicated by _____ relationship lines between the parents and the associative entity.

solid

A(n) _____ is the attribute in the supertype entity that determines to which entity subtype each supertype occurrence is related.

subtype discriminator

When the specific cardinalities are not included on the diagram in Crow's Foot notation, cardinality is implied by the use of _____.

symbols

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

system catalog

A(n) _____ is a logical grouping of several data files that store data with similar characteristics.

table space

Data is said to be verifiable if:

the data always yields consistent results.

Granularity refers to _____.

the level of detail represented by the values in a table's row

A _____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

weak

A(n) _____ database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization.

workgroup

To generate a surrogate key, Microsoft Access uses a(n) _____ data type.

AutoNumber

Bitmap indexes tend to use less space than a _____ because they use bits instead of bytes to store their data.

B-tree index

A dependency of one nonprime attribute on another nonprime attribute is a partial dependency.

FALSE

A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user.

FALSE

A subtype contains attributes that are common to all of its supertypes.

FALSE

A table is in BCNF if every determinant in the table is a foreign key.

FALSE

A table space has the same meaning as a file extent.

FALSE

An advantage of database systems is that you needn't perform frequent updates and apply latest patches.

FALSE

An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data.

FALSE

An index scan is less efficient than a full table scan.

FALSE

An operational database is sometimes referred to as an enterprise database.

FALSE

Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.

FALSE

Composite attributes make it easier to facilitate detailed queries.

FALSE

Corporations use only structured data.

FALSE

Data and information are essentially the same thing.

FALSE

Data anomaly is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.

FALSE

Data is the result of processing raw facts to reveal its meaning.

FALSE

Data stored at their highest level of granularity are said to be atomic data.

FALSE

Database designers determine the data and information that yield the required understanding of the entire business.

FALSE

Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests.

FALSE

Dependencies that are based on only a part of a composite primary key are called transitive dependencies.

FALSE

Field refers to a collection of related records.

FALSE

In Chen notation, entities and relationships have to be oriented horizontally; not vertically.

FALSE

In Chen notation, there is no way to represent cardinality.

FALSE

In a natural join, the column on which the join was made occurs twice in the new table.

FALSE

In an SQL-based relational database, each table is dependent on every other table.

FALSE

The DBMS reveals much of the database's internal complexity to the application programs and users.

FALSE

The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.

FALSE

The external model is the representation of the database as "seen" by the DBMS.

FALSE

The function of the primary key is to describe an entity.

FALSE

The idea of determination is unique to the database environment.

FALSE

The property of a subtype discriminator enables an entity supertype to inherit the attributes and relationships of the subtype.

FALSE

To model time-variant data, one must create a new entity in an M:N relationship with the original entity.

FALSE

Within a specialization hierarchy, a supertype can exist only within the context of a subtype.

FALSE

_____ is the bottom-up process of identifying a higher-level, more generic entity supertype from lower-level entity subtypes

Generalization

According to Codd's _____ rule of relational databases, application programs and ad hoc facilities are logically unaffected when changes are made to the table structures that preserve the original table values (changing order of columns or inserting columns).

Logical Data Independence

Composite primary keys are particularly useful as identifiers of composite entities, where each primary key combination is allowed only once in the _____ relationship.

M:N

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

M:N

_____ provide a description of the data characteristics and the set of relationships that link the data found within the database.

Metadata

The _____ constraint can be placed on a column to ensure that every row in the table has a value for that column.

NOT NULL

Which of the following types of HDFS nodes stores all the metadata about a file system?

Name node

The _____ process analyzes SQL queries and finds the most efficient way to access data.

Optimizer

Which of the following is the first step of query processing at the DBMS server end?

Parsing

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

SELECT

Which of the following is a specialization hierarchy disjoint constraint scenario in case of partial completeness?

Subtype discriminator can be null.

Which of the following is a specialization hierarchy overlapping constraint scenario in case of partial completeness?

Supertype has optional subtypes.

A data dictionary is sometimes described as "the database designer's database" because it records the design decisions about tables and their structures.

TRUE

A design trap occurs when a relationship is improperly or incompletely identified and is therefore represented in a way that is not consistent with the real world.

TRUE

A null is created when you press the Enter key or the Tab key to move to the next entry without making a prior entry of any kind.

TRUE

An implementation-ready data model should contain a description of the data structure that will store the end-user data.

TRUE

At the implementation level, the supertype and its subtype(s) depicted in the specialization hierarchy maintain a 1:1 relationship.

TRUE

Connectivities and cardinalities are established by concise statements known as business rules.

TRUE

Data constitute the building blocks of information.

TRUE

Entity supertypes and subtypes are organized in a specialization hierarchy.

TRUE

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

TRUE

Implementing overlapping subtypes requires the use of one discriminator attribute for each subtype.

TRUE

In an SQL-based relational database, rows in different tables are related based on common values in common attributes.

TRUE

In order to meet performance requirements, portions of the database design may need to be occasionally denormalized.

TRUE

In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored.

TRUE

In the entity relationship model, a table row corresponds to an entity instance.

TRUE

It is possible for a table in 2NF to exhibit transitive dependency, where the primary key may rely on one or more nonprime attributes to functionally determine other nonprime attributes.

TRUE

Metadata describe the data characteristics and the set of relationships that links the data found within the database.

TRUE

One disadvantage of a database system over previous data management approaches is increased costs.

TRUE

Relational models view data as part of a table or collection of tables in which all key values must be identified.

TRUE

Specialization is the top-down process of identifying lower-level, more specific entity subtypes from a higher-level entity supertype.

TRUE

The B-tree index is used mainly in tables in which column values repeat a relatively small number of times.

TRUE

The DIFFERENCE operator subtracts one table from the other.

TRUE

The DIVIDE operation uses one single-column table (e.g., column "a") as the divisor and one two-column table (e.g., columns "a" and "b") as the dividend.

TRUE

The completeness constraint can be partial or total.

TRUE

The objective of normalization is to ensure that each table conforms to the concept of well-formed relations.

TRUE

The only way to access the data in a database is through the DBMS.

TRUE

The practical significance of taking the logical view of a database is that it serves as a reminder of the simple file concept of data storage.

TRUE

The primary factor in determining the most efficient access plan is the I/O cost.

TRUE

The relationships depicted within the specialization hierarchy are sometimes described in terms of "is-a" relationships.

TRUE

Working with data in the data cache is many times faster than working with data in the data files.

TRUE

In a(n) _____ diagram, the arrows above the attributes indicate all desirable dependencies.

dependency

From a system functionality point of view, _____ attribute values can be calculated when they are needed to write reports or invoices.

derived

The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.

derived

Attribute A _____ attribute B if all of the rows in the table that agree in value for attribute A also agree in value for attribute B.

determines

A(n) _____ exists when there are functional dependencies such that Y is functionally dependent on X, Z is functionally dependent on Y, and X is the primary key.

transitive dependency

A _____ relationship exists when an association is maintained within a single entity.

unary

When two or more tables share the same number of columns, and when their corresponding columns share the same or compatible domains, they are said to be _____.

union-compatible

Nonoverlapping subtypes are subtypes that contain a(n) _____ subset of the supertype entity set.

unique

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

unique

The "_____" characteristic of a primary key states that the primary key must uniquely identify each entity instance, must be able to guarantee unique values, and must not contain nulls.

unique values

The Crow's foot symbol with two vertical parallel lines indicates _____ cardinality.

(1,1)

In the entity relationship diagram (ERD), cardinality is indicated using the _____ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities.

(min, max)

The hierarchical data model was developed in the _____.

1960s

The relational data model was developed in the _____.

1970s

The object-oriented data model was developed in the _____.

1980s

At the implementation level, the supertype and its subtype(s) depicted in a specialization hierarchy maintain a(n) _____ relationship.

1:1

Database design is a(n) _____ process based on repetition.

iterative

When setting optimizer hints, _____ instructs the optimizer to minimize the overall execution time, that is, to minimize the time it takes to return the total number of rows in the query result set. This hint is generally used for batch mode processes.

ALL_ROWS

_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.

Cardinality

Automatic query optimization means that the:

DBMS finds the most cost-effective access path without user intervention.

On the server side, the database environment must be properly configured to respond to clients' requests in the fastest way possible, while making optimum use of existing resources. The activities required to achieve this goal are commonly referred to as _____ tuning.

DBMS performance

_____ serve as the intermediary between the user and the database

DBMSs

The combination of normalization and ER modeling yields a useful ERD, whose entities can be translated into appropriate table structures.

The combination of normalization and ER modeling yields a useful ERD, whose entities can be translated into appropriate table structures.

Which of the following is true of business rules?

They can serve as a communication tool between the users and designers.

Which of the following is true of spreadsheet applications?

They enhance the user's ability to understand the data.

A(n) _____ is the equivalent of a field in a file system.

attribute

To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationships whenever possible.

binary

BCNF can be violated only if the table contains more than one _____ key.

candidate

An atomic attribute _____.

cannot be further subdivided

The database structure in a DBMS is stored as a _____.

collection of files

A _____ attribute can be further subdivided to yield additional attributes.

composite

The entity relationship diagram (ERD) represents the _____ database as viewed by the end user.

conceptual

A(n) _____ is a restriction placed on the data.

constraint

_____ are normally expressed in the form of rules.

constraints

The first step in building an entity-relationship diagram (ERD) is _____.

creating a detailed narrative of the organization's description of operations

A derived attribute is indicated in the Chen notation by a _____ that connects the attribute and an entity.

dashed line

The majority of primary memory resources will be allocated to the _____ cache.

data

The _____ must be set large enough to permit as many data requests to be serviced from cache as possible.

data cache

A(n) _____ enables a database administrator to describe schema components.

data definition language (DDL)

A(n) _______ enables a database administrator to describe schema components.

data definition language (DDL)

A _____ contains at least all of the attribute names and characteristics for each table in the system.

data dictionary

The term _____ refers to an organization of components that define and regulate the collection, storage, management and use of data within a database environment.

database system

A(n) _____ is an orderly arrangement used to logically access rows in a table.

index

Complex _____ requirements may dictate data transformations, and they may expand the number of entities and attributes within the design.

information

The property of _____ enables an entity subtype to inherit the attributes and relationships of the supertype.

inheritance

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

inner join

Referential _____ dictates that the foreign key must contain values that match the primary key in the related table, or must contain null.

integrity

A table is in 4NF if it is in 3NF, and _____.

it has no multivalued dependencies

The organization of data within folders in a manual file system is determined by _______.

its expected use

A specialization hierarchy can have _____ level(s) of supertype/subtype relationships.

many

Students and classes have a _____ relationship.

many-to-many

A(n) _____'s main function is to help one understand the complexities of the real-world environment.

model

A workgroup database is a(n) _____ database.

multiuser

In a _____ situation, one key determines multiple values of two other attributes and those attributes are independent of each other.

multivalued dependency

A _____ key is a real-world, generally accepted identifier used to uniquely identify real-world objects.

natural

A(n) _____ join links tables by selecting only the rows with common values in their common attribute(s).

natural

If one exists, a data modeler uses a _____ as the primary key of the entity being modeled.

natural identifier

In the _____ model, the user perceives the database as a collection of records in 1:M relationships, where each record can have more than one parent.

network

The "_____" characteristic of a primary key states that the primary key should not have embedded semantic meaning.

nonintelligent

Overlapping subtypes are subtypes that contain _____ subsets of the supertype entity set.

nonunique

The most likely data type for a surrogate key is _____.

numeric

The _____ data model is said to be a semantic data model.

object-oriented

The _____ data model uses the concept of inheritance.

object-oriented

Ideally, an entity identifier is composed of _____ attribute(s).

one


Kaugnay na mga set ng pag-aaral

CA Principles Chapter 9 Real Estate Appraisal

View Set

A.D. Banker Life&Health Guarantee Exam

View Set

Weekly Challenge 2 - Google Project Management

View Set

WPC 150: Supply Chain Management Quiz

View Set

Chapter 41: Management of Patients with Intestinal and Rectal Disorders

View Set