Purchase Solution

3NF database design based on functional dependencies

Not what you're looking for?

Ask Custom Question

Consider the following functional dependencies:
Applicant_ID -> Applicant_Name
Applicant_ID -> Applicant_Address
Position_ID -> Positoin_Title
Position_ID -> Date_Position_Opens
Position_ID -> Department
Applicant_ID + Position_ID -> Date_Applied
Applicant_ID + Position_ID + Date_Interviewed ->

a. Represent these attributes with 3NF relations. Provide meaningful relation names.
b. Represent these attributes using an E-R diagram. Provide meaningful entity names.

Purchase this Solution

Solution Summary

Solution is a bitmap image of an E-R diagram (ERD) showing tables holding the data with 3NF relations marked.

Purchase this Solution


Free BrainMass Quizzes
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.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.

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.