n n n n n n
Studynonlinenatnhttps://quizlet.com/_9s1ftm
WGU C170 - DATA MANAGEMENT – APPLICATION QUESTIONS WITH THE
CORRECT ANSWERS UPDATED
1.Domain: In data modeling, the construct used to organize and descr
n n n n n n n n n n
ibe an attribute's set of possible values.
n n n n n n
2.Primary key (PK): An identifier composed of one or more attributes that u
n n n n n n n n n n n n
niquely identifies a row. Also, a candidate key selected as a unique entity id
n n n n n n n n n n n n n
entifier. A minimal superkey. n n n
3.Key: One or more attributes that determine other attributes.
n n n n n n n n
4.Determination: The role of a key. In the context of a database table, the sta n n n n n n n n n n n n n n
tement "A determines B" indicates that knowing the value of attribute A me
n n n n n n n n n n n n
ans that the value of attribute B can be looked up.
n n n n n n n n n n
5.Determinant: Any attribute in a specific row whose value directly deter n n n n n n n n n n
mines other values in that row.
n n n n n
6.Dependent: An attribute whose value is determined by another attribute.
n n n n n n n n n
7.Full functional dependence: A condition in which an attribute is functio
n n n n n n n n n n
nally dependent on a composite key but not on any subset of the key.
n n n n n n n n n n n n n
8.Composite key: A multiple-attribute key. n n n n
9.Key attributes: The attributes that form a primary key
n n n n n n n n
10.Superkey: An attribute or attributes that uniquely identify each entity in
n n n n n n n n n n
a table. n
11.Candidate key: A minimal superkey; that is, a key that does not contain a
n n n n n n n n n n n n n
nsubset of attributes that is itself a superkey.
n n n n n n n
12.Entity integrity: The property of a relational table that guarantees each
n n n n n n n n n n n
entity has a unique value in a primary key and that the key has no null val
n n n n n n n n n n n n n n n n
ues.
13.Null: The absence of an attribute value.
n n n n n n
14.Foreign key: An attribute or attributes in one table whose values must m
n n n n n n n n n n n n
atch the primary key in another table or whose values must be null.
n n n n n n n n n n n n
15.Referential integrity: A condition by which a dependent table's foreign ke
n n n n n n n n n n
1n/n24
, WGU C170 - Data Management - Applications
n n n n n n
Studynonlinenatnhttps://quizlet.com/_9s1ftm
y must have either a null entry or a matching entry in the related table.
n n n n n n n n n n n n n n
16.Secondary key: A key used strictly for data retrieval purposes. For exa
n n n n n n n n n n n
mple, the combination of last name, first name, middle initial, and teleph
n n n n n n n n n n n
one number will probably match the appropriate table row. Also called an
n n n n n n n n n n n n
alternate key. n
17.Relational algebra: A set of mathematical principles that form the basis f
n n n n n n n n n n n
or ma- n
nipulating relational table contents; the eight main functions are SELECT, P
n n n n n n n n n n n
ROJECT, JOIN, INTERSECT, UNION, DIFFERENCE, PRODUCT, and DIVIDE.
n n n n n n n
18.Relvar: Short for relation variable, a variable that holds a relation. It is a c
n n n n n n n n n n n n n n
ontainer (variable) for holding relation data, not the relation itself.
n n n n n n n n n
19.Closure: A property of relational operators that permits the use of rel
n n n n n n n n n n n
ational algebra operators on existing tables (relations) to produce new r
n n n n n n n n n n
elations.
20.SELECT operator: An operator used to select a subset of rows. Also kno
n n n n n n n n n n n n
wn as RESTRICT.
n n
2n/n24
, WGU C170 - Data Management - Applications
n n n n n n
Studynonlinenatnhttps://quizlet.com/_9s1ftm
Ãcus_code = 10010 n n
21.PROJECT operator: An operator used to select a subset of columns. In ot n n n n n n n n n n n n
her words, it yields a vertical subset of a table. This operation retrieves all r
n n n n n n n n n n n n n n
ows and some attributes of a table without using a WHERE clause
n n s ofto
the tabl
limit w n n n n n n n n n n n n n n n
hich row n e
are included. n
Àcus_fname, cus_lname n
22.UNION operator: This set operator combines the result set of two or
n n n n n n n n n n n n
more SELECT statements, dropping the duplicate rows.
n n n n n n
supplier * vendor n n
23.Union-
compatible: Two or more tables that have the same number of columns an
n n n n n n n n n n n n
d the corresponding columns have compatible domains.
n n n n n n
24.INTERSECT operator: This set operator combines the output of two SEL n n n n n n n n n n
ECT queries and returns only the rows that appear in both.
n n n n n n n n n n
supplier ) vendor n n
25.DIFFERENCE: An operator used to yield all rows from one table that a n n n n n n n n n n n n
re not found in another union-compatible table.
n n n n n n
supplier - vendor n n
26.PRODUCT: An operator used to yield all possible pairs of rows from two t n n n n n n n n n n n n n
ables.
customer × agent n n
27.JOIN: In relational algebra, a type of operator used to yield rows from tw
n n n n n n n n n n n n n
o tables based on criteria. There are many types, such as natural, theta, eq
n n n n n n n n n n n n n
ui, and outer. n n
28.Natural join (JOIN): A relational operation that yields a new table compo
n n n n n n n n n n n
sed of only the rows with common values in their common attribute(s).
n n n n n n n n n n n
customer agent
29.Equijoin: A join operator that links tables based on an equality conditi
n n n n n n n n n n n
on that compares specified columns of the tables. Is a special type of the
n n n n n n n n n n n n n
ta join n
30.Theta join: A join operator that links tables using an inequality comp
n n n n n n n n n n n
3n/n24