Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

================== DATABASE DESIGN PROBLEM. NOTE*: I have to help someone who is not physically here finish his assignment, but I've never learned anything about database.

image text in transcribed

==================

DATABASE DESIGN PROBLEM.

NOTE*: I have to help someone who is not physically here finish his assignment, but I've never learned anything about database. Show me the right way please. Do you have to use SQL to solve this problem?Read carefully and full answers will be greatly rated. thanks.

The following attributes form a relation that includes information about individual computers, their vendors, software packages running on the computers, computer users, and user authorizations. Users are authorized to use a specific software package on a specific computer during a specific time frame (characterized with attributes UserAuthorization Starts and UserAuthorizationEnds and secured with UserAuthorizationPassword). Software is licensed to be used on specific computers (potentially multiple software packages at the same time) until an expiration time (SoftwareLicenceExpires) at a specific price. Computers are sold by vendors, and each vendor has a support person with an ID, name, and phone extension. Each individual computer has a specific purchase price. The attributes are as follows: ComputerSerialNbr, VendorlD, VendorName, VendorPhone, VendorSupportID, VendorSupportName, VendorSupportExtension, SoftwarelD, SoftwareName, SoftwareVendor, SoftwareLicenceExpires, SoftwareLicencePrice UserlD, UserName, UserAuthorizationStarts, UserAuthorizationEnds UserAuthorizationPassword, PurchasePrice Based on this information, a. Identify the functional dependencies between the attributes. b. Identify the reasons why this relation is not in 3NF. c. Present the attributes organized so that the resulting relations are in 3NF

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions