资源描述:
《数据库系统基础教程第二章答案》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Exercise2.2.1aForrelationAccounts,theattributesare:acctNo,type,balanceForrelationCustomers,theattributesare:firstName,lastName,idNo,accountExercise2.2.1bForrelationAccounts,thetuplesare:(12345,savings,12000),(23456,checking,1000),(34567,savings,25)ForrelationCustomers,
2、thetuplesare:(Robbie,Banks,901-222,12345),(Lena,Hand,805-333,12345),(Lena,Hand,805-333,23456)Exercise2.2.1cForrelationAccountsandthefirsttuple,thecomponentsare:123456àacctNosavingsàtype12000àbalanceForrelationCustomersandthefirsttuple,thecomponentsare:RobbieàfirstNameB
3、anksàlastName901-222àidNo12345àaccountExercise2.2.1dForrelationAccounts,arelationschemais:Accounts(acctNo,type,balance)ForrelationCustomers,arelationschemais:Customers(firstName,lastName,idNo,account)Exercise2.2.1eAnexampledatabaseschemais:Accounts(acctNo,type,balance)
4、Customers(firstName,lastName,idNo,account)Exercise2.2.1fAsuitabledomainforeachattribute:acctNoàIntegertypeàStringbalanceàIntegerfirstNameàStringlastNameàStringidNoàString(becausethereisahyphenwecannotuseInteger)accountàIntegerExercise2.2.1gAnotherequivalentwaytopresent
5、theAccountrelation:acctNobalancetype3456725savings234561000checking1234512000savingsAnotherequivalentwaytopresenttheCustomersrelation:idNofirstNamelastNameaccount805-333LenaHand23456805-333LenaHand12345901-222RobbieBanks12345Exercise2.2.2Examplesofattributesthatarecrea
6、tedforprimarilyservingaskeysinarelation:UniversalProductCode(UPC)usedwidelyinUnitedStatesandCanadatotrackproductsinstores.SerialNumbersonawidevarietyofproductstoallowthemanufacturertoindividuallytrackeachproduct.VehicleIdentificationNumbers(VIN),auniqueserialnumberused
7、bytheautomotiveindustrytoidentifyvehicles.Exercise2.2.3aWecanorderthethreetuplesinanyof3!=6ways.Also,thecolumnscanbeorderedinanyof3!=6ways.Thus,thenumberofpresentationsis6*6=36.Exercise2.2.3bWecanorderthethreetuplesinanyof5!=120ways.Also,thecolumnscanbeorderedinanyof4!
8、=24ways.Thus,thenumberofpresentationsis120*24=2880Exercise2.2.3cWecanorderthethreetuplesinanyofm!ways.Also,thecolumns