Purchase Solution

A discussion of multi-valued attributes in a database

Not what you're looking for?

Ask Custom Question

Hi,

What two courses of action are available to designer encountering a multivalued attribute?

Regards,

Purchase this Solution

Solution Summary

This solution explains what multi-valued attributes are and the different options for handling them in the design of a database.

Solution Preview

A multi-valued attribute is an attribute in an entity that can contain multiple values. This in in contrast to single-value attributes that contain a single value. An example of a multi-value attribute is the "hobbies" attribute for an "employee" entity. It is expected that an employee can have more than one hobby.

Database designers have two approaches available when dealing with multi-valued attributes. The first, and simplest approach is to simply put all of the values in a single fields, separated by a delimiter. Continuing with our "hobbies" example, we could create values like: "biking, fishing, reading" or "dining, riding". The appeal using this approach is that it is simple and requires no additional database structure. The difficulty of this approach is that it eliminates much of the power of ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

This quiz tests a student's knowledge about C++ operators.