repeating group
(database)
Any attribute that can have multiple values associated with a single instance of some entity. For example, a book might have multiple authors.Such a "-to-many" relationship might be represented in an normalized relational database as multiple author columns in the book table or a single author(s) column containing a string which was a list of authors. Converting this to "first normal form" is the first step in database normalization. Each author of the book would appear in a separate row along with the book's primary key. Later normalization stages would move the book-author relationship into a separate table to avoid repeating other book attributes (e.g. title, publisher) for each author.
the formal definition I think was used here in choosing only D. It speaks of 'attributes having atomic values' (so atomic values in columns cells, not atomic rows, even if consequently it leads to the same).
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.98-364 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
syed5
Highly Voted 4 years, 11 months agoKenny_A
Highly Voted 4 years, 6 months agoemka_ka
3 years, 3 months ago