Explained Correct Answers
A relational model uses - Correct Answers table (called relation) to represent a collection of related data
values
Rows are called __. - Correct Answers tuples
columns are called __. - Correct Answersattributes
*The number of attributes (i.e., number of columns) is called __. - Correct Answersdegree (also called
arity)
The data type describing the type of values that can appear in each column is called a __. - Correct
Answersdomain
A domain is a set of __ values - Correct Answersatomic
Each value is __ as far as the relational model is concerned - Correct Answersindivisible
tuples in a relation do not have any particular order. T or F - Correct AnswersTrue, theoretically,
In practice, relations are stored as files. There is no order among the records T or F - Correct
AnswersFalse
Since we give names to columns, this ordering of values is not important T or F - Correct AnswersTrue
When a relation is implemented as a file, the attributes are __. - Correct Answersordered