Lecture 8: Relational Database Model Flashcards
Table in formal relational model term is
relation
Column header in formal relational model term is
attribute
All possible column values in formal relational model term is
domain
row in formal relational model term is
tuple
in formal relational model the term table definition is
schema of a relation
in formal relational model the term populated table
state of relation
T or F
a relation can have no key
false
Key of a relation identifies what ?
identifies a row in the table
schema of a relation is denoted as
R(A1,A2,A3…)
T or f
each attribute has a domain or a set of valid values
true
t or f
domain has only the logical definition
false, it has a logical definition and also has a datatype or a format
a tuple is represented by
enclosed in angled brackets
schema of a database is denoted by
S(R1,R2,R3…)
t or f
tuples are ordered
false
t or f
attributes in a relation schema R and of the values with the tuple are ordered
true
t or f
tuple values can be a group of values
false, tuple values must be atomic
t or f
each value must be from the domain off the attribute for that column
true