Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help ASAP! I need answers for entity types and attributes, relations, min and max constraints Draw an ER diagram for keeping track of

I need help ASAP! I need answers for entity types and attributes, relations, min and max constraints Draw an ER diagram for keeping track of information about votes taken in the U.S. House of Representatives during the current two-year congressional session. The database needs to keep track of each U.S. STATE's Name (e.g., 'Texas', 'New York', 'California') and include the Region of the state (whose domain is \{'Northeast', 'Midwest', 'Southeast', 'Southwest', 'West'\}). Each CONGRESS_PERSON in the House of Representatives is described by his or her Name, plus the District represented, the Start_date when the congressperson was first elected, and the political Party to which he or she belongs (whose domain is \{'Republican', 'Democrat', 'Independent', 'Other'\}). The database keeps track of each BILL (i.e., proposed law), including the Bill_name, the Date_of_vote on the bill, whether the bill Passed_or_failed (whose domain is \{'Yes','No'\(\}\)), and the Sponsor (the congressperson(s) who sponsored-that is, proposed-the bill). The database also keeps track of how each congressperson voted on each bill (domain of Vote attribute is \{'Yes','No', 'Abstain', 'Absent'\}). Also, note that and include in ER diagram the following structural constraints: - There are 435 congresspersons in the U.S. House of Representatives. - States have between one (AK, DE, MT, ND, SD, VT, and WY) and 52(CA) representatives. -\( M \) represents the number of bills during the 2-year session. Draw an ER schema diagram using the min-max ER diagrammatic notation used in figs 3.15(page 85)/3.20(page 94) of your textbook. for this application. State clearly any assumptions you make. Points distribution: Identify correct Entity Types, and their attributes (underline keys: 2 points): 6 points Identify correct RelationTypes: 6 points Identify correct (min,max) structural constraints: 8 points

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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