Question: Consider a database ( politics ) with the following schema: states ( statecode: char ( 2 ) , population _ 2 0 1 0 :
Consider a database politics with the following schema:
states statecode: char population: integer, population: integer, population: integer, population: integer, landarea: float, name: char admittedtounion: date statecode is the primary key
counties name: char statecode: char population: integer, population: integer statecode references statesstatecode
senators statecode: char name: char affiliation: char tookoffice: integer, born: integer statecode references statesstatecode
name is the primary key
committees id: char parentcommittee: char name: char chairman: char rankingmember: char
id is the primary key
parentcommittee references committeesid
chairman references senatorsname
rankingmember references senatorsname
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
