版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
...wd...
...wd...
...wd...
Solutions
Chapter4
4.1.1
4.1.2
a)
b)
c)
Incweassumethataphoneandaddresscanonlybelongtoasinglecustomer(1-mrelationshiprepresentedbyarrowintocustomer).
d)
Indweassumethatanaddresscanonlybelongtoonecustomerandaphonecanexistatonlyoneaddress.
Ifthemultiplicityofaboverelationshipswerem-to-n,theentitysetbecomesweakandthekeyssNoofcustomerswillbeneededaspartofthecompositekeyoftheentityset.
Inc&d,weconvertattributesphonesandaddressestoentitysets.Sinceentitysetsoftenbecomerelationsinrelationaldesign,
wemustconsidermoreefficientalternatives.
Insteadofqueryingmultipletableswherekeyvaluesareduplicated,wecanalsomodifyattributes:
(i)PhonesattributecanbeconvertedintoHomePhone,OfficePhoneandCellPhone.
(ii)Amultivaluedattributesuchasaliascanbekeptasanattributewhereasinglecolumncanbeusedinrelationaldesigni.e.concatenateallvalues.SQLallowsaquery"like'%Junius%'"tosearchthemultiplevaluesinacolumnalias.
4.1.3
4.1.4
a)
b)
c)
Therelationship"played"betweenTeamsandPlayersissimilartorelationship"plays"betweenTeamsandPlayers.
4.1.5
4.1.6TheinformationaboutchildrencanbeascertainedfrommotherOfandfatherOfrelationships.AttributessNoisrequiredsincenamesarenotunique.
4.1.7
4.1.8
a)
(b)
4.1.9
Assumptions
AProfessoronlyworksinatmostonedepartment.
AcoursehasatmostoneTA.
Acourseisonlytaughtbyoneprofessorandofferedbyonedepartment.
Studentsandprofessorshavebeenassigneduniqueemailids.
Acourseisuniquelyidentifiedbythecourseno,sectionno,andsemester(e.g.cs157-3spring09).
4.1.10
Giventhatforeachmovie,auniquestudioexiststhatproducesthemovie.Eachstariscontractedtoatmostonestudio.
Butstarscouldbeunemployedatagiventime.Thusthefour-wayrelationshipinfig4.6canbeeasilyintoconvertedequivalentrelationships.
4.2.1
Redundancy:TheowneraddressisrepeatedinAccSetsandAddressesentitysets.
Simplicity:AccSetsdoesnotserveanyusefulpurposeandthedesigncanbemoresimplyrepresentedbycreatingmany-to-manyrelationshipbetweenCustomersandAccounts.
Rightkindofelement:TheentitysetAddresseshasasingleattributeaddress.Acustomercannothavemorethanoneaddress.
HenceaddressshouldbeanattributeofentitysetCustomers.
Faithfulness:Customerscannotbeuniquelyidentifiedbytheirnames.InrealworldCustomerswouldhaveauniqueattributesuchasssNoorcustomerNo
4.2.2
StudiosandPresidentscanbecombinedintooneentitysetStudioswithPresidentsbecominganattributeofStudiosunderfollowingcircumstances:
1.ThePresidentsentitysetonlycontainsasimpleattributeviz.presidentName.AdditionalattributesspecifictoPresidentsmightjustifymakingPresidentsintoanentityset.
4.2.3
4.2.4Theentitysetsshouldhavesingleattribute.
a)Stars:starName
b)Movies:movieName
c)Studios:studioName.Howeverthereexistsamany-to-manyrelationshipbetweenStudiosandContracts.Hence,inaddition,weneedmoreinformationaboutstudiosinvolved.Ifacontractalwaysinvolvestwostudios,twoattributessuchasproducingStudioandstarStudiocanreplacethe
Studiosentityset.Ifacontactcanbeassociatedwithatmostfivestudios,itmaybepossibletoreplacetheStudiosentitysetbyfiveattributesviz.studio1,studio2,studio3,studio4,andstudio5.Alternately,acompositeattributecontainingconcatenationofallstudionamesinacontactcanbeconsidered.Aseparatorcharactersuchas"$"canbeused.SQLallowssearchingofsuchanattributeusingquerylike'%keyword%'
4.2.5
FromAugmentationruleofFunctionalDependency,
given
B->M(B=Baby,M=Mother)
then
BND->M(N=Nurse,D=Doctor)
Hencewecanjustputanarrowenteringmother.
a)PutanarrowenteringentitysetMothersforthesimplestsolution(Asinfig.4.4,whereamulti-wayrelationshipwasallowed,eventhoughMoviesalonecouldidentifytheStudio).However,wecandisplaymoreaccurateinformationwithbelowfigure.
b)
c)
AgainfromAugmentationruleofFunctionalDependency,
given
BM->D
then
BMN->D
ThuswecanjustaddanarrowenteringDoctorstofig4.15.Belowfigurerepresentsmoreaccurateinformationhowever.
4.2.6
a)
b)TransitivityandAugmentationrulesofFunctionalDependencyallowarrowenteringMothersfromBirths.However,anewrelationshipinbelowfigurerepresentsmoreaccurateinformation.
c)
Designflawsinabcabove1.Assuggestedabove,usingTransitivityandAugmentationrulesofFunctionalDependency,muchsimplerdesignispossible.
4.2.7
Inbelowfigurethereexistsamany-to-onerelationshipbetweenBabiesandBirthsandanothermany-to-onerelationshipbetweenBirthsandMothers.Fromtransitivityofrelationships,thereisamany-to-onerelationshipbetweenBabiesandMothers.Henceababyhasauniquemotherwhileabirthcanallowmorethanonebaby.
4.3.1
a)
b)
Acaptaincannotexistwithoutateam.Howeveraplayercan(freeagent).Arecentlyformed(ordefunct)teamcanexistwithoutplayersorcolors.
c)
Childrencanexistwithoutmotherandfather(unknown).
4.3.2
a)
ThekeysofbothE1andE2arerequiredforuniquelyidentifyingtuplesinR
b)
ThekeyofE1
c)
ThekeyofE2
d)
ThekeyofeitherE1orE2
4.3.3
SpecialCase:Allentitysetshavearrowsgoingintothemi.e.allrelationshipsare1-to-1
AnyKi
Otherwise:CombinationofallKi'swheretheredoesnotexistanarrowgoingfromRtoEi.
4.4.1
No,gradeisnotpartofthekeyforenrollments.ThekeysofStudentsandCoursesbecomekeysoftheweakentitysetEnrollments.
4.4.2
ItispossibletomakeassignmentnumberaweakkeyofEnrollmentsbutthisisnotgooddesign(redundancysincemultipleassignmentscorrespondtoacourse).AnewentitysetAssignmentiscreatedanditisalsoaweakentityset.HencethekeyattributesofAssignmentwillcomefromthestrongentitysetstowhichEnrollmentsisconnectedi.e.studentID,dept,andCourseNo.
4.4.3
a)
b)
c)
4.4.4
a)
b)
4.5.1
Customers(SSNo,name,addr,phone)
Flights(number,day,aircraft)
Bookings(custSSNo,flightNo,flightDay,row,seat)
RelationsfortoCustandtoFltrelationshipsarenotrequiredsincetheweakentitysetBookingsalreadycontainsthekeysofCustomersandFlights.
4.5.2
(a)
(b)
Schemaischanged.SincetoCustisnolongeranidentifyingrelationship,SSNoisnolongerapartofBookingsrelation.
Bookings(flightNo,flightDay,row,seat)
ToCust(custSSNO,flightNo,flightDay,row,seat)
Theaboverelationsaremergedinto
Bookings(flightNo,flightDay,row,seat,custSSNo)
HowevercustSSNoisnolongerakeyofBookingsrelation.Itbecomesaforeignkeyinstead.
4.5.3
Ships(name,yearLaunched)
SisterOf(name,sisterName)
4.5.4
(a)
Stars(name,addr)
Studios(name,addr)
Movies(title,year,length,genre)
Contracts(starName,movieTitle,movieYear,studioName,salary)
DependingonotherrelationshipsnotshowninERdiagram,studioNamemaynotberequiredasakeyofContracts(ornotevenrequiredasanattributeofContracts).
(b)
Students(studentID)
Courses(dept,courseNo)
Enrollments(studentID,dept,courseNo,grade)
(c)
Departments(name)
Courses(deptName,number)
(d)
Leagues(name)
Teams(leagueName,teamName)
Players(leagueName,teamName,playerName)
4.6.1
TheweakrelationCourseshasthekeyfromDeptsalongwithnumber.HencethereisnorelationforGivenByrelationship.
(a)
Depts(name,chair)
Courses(number,deptName,room)
LabCourses(number,deptName,allocation)
(b)LabCourseshasalltheattributesofCourses.
Depts(name,chair)
Courses(number,deptName,room)
LabCourses(number,deptName,room,allocation)
(c)CoursesandLabCoursesarecombinedintoonerelation.
Depts(name,chair)
Courses(number,deptName,room,allocation)
4.6.2
(a)
Person(name,address)
ChildOf(personName,personAddress,childName,childAddress)
Child(name,address,fatherName,fatherAddress,motherName,motherAddresss)
Father(name,address,wifeName,wifeAddresss)
Mother(name,address)
SinceFatherOfandMotherOfaremany-onerelationshipsfromChild,thereisnoneedforaseparaterelationforthem.Similarlytheone-onerelationshipMarriedcanbeincludedinFather(orMother).ChildOfisamany-manyrelationshipandneedsaseparaterelation.
HowevertheChildOfrelationisnotrequiredsincetherelationshipcanbededucedfromFatherOfandMotherOfrelationshipscontainedinChildrelation.
(b)
ApersoncannotbebothMotherandFather.
Person(name,address)
PersonChild(name,address)
PersonChildFather(name,address)
PersonChildMother(name,address)
PersonFather(name,address)
PersonMother(name,address)
ChildOf(personName,personAddress,childName,childAddress)
FatherOf(childName,childAddress,fatherName,fatherAddress)
MotherOf(childName,childAddress,motherName,motherAddress)
Married(husbandName,husbandAddress,wifeName,wifeAddress)
Themany-manyChildOfrelationshipagainrequiresarelation.
Anentitybelongstooneandonlyoneclasswhenusingobject-orientedapproach.Hence,themany-onerelationsMotherOfandFatherOfcouldbeaddedasattributestoPersonChild,PersonChildFather,andPersonChildMotherrelations.
SimilarlytheMarriedrelationcanbeaddedasattributestoPersonChildMotherandPersonMother(orthecorrespondingfatherrelations).
(c)ForthePersonrelationatleastoneofhusbandandwifeattributeswillbenull.
Person(personName,personAddress,fatherName,fatherAddress,motherName,motherAddresss,wifeName,wifeAddresss,husbandName,husbandAddress)
ChildOf(personName,personAddress,childName,childAddress)
4.6.3
(a)
People(name,fatherName,motherName)
Males(name)
Females(name)
Fathers(name)
Mothers(name)
ChildOf(personName,childName)
(b)
People(name)
PeopleMale(name)
PeopleMaleFathers(name)
PeopleFemale(name)
PeopleFemaleMothers(name)
ChildOf(personName,childName)
FatherOf(childName,fatherName)
MotherOf(childName,motherName)
PeoplecannotbelongtobothmaleandfemalebranchoftheERdiagram.
Moreoversinceanentitybelongstooneandonlyoneclasswhenusingobject-orientedapproach,noentitybelongstoPeoplerelation.
AgainwecouldreplaceMotherOfandFatherOfrelationsbyaddingasattributestoPeopleMale,PeopleMaleFathers,PeopleFemale,andPeopleFemaleMothersrelations.
(c)
People(name,fatherName,motherName)
ChildOf(personName,childName)
4.6.4
(a)
Eachentitysetresultsinonerelation.Thusboththeminimumandmaximumnumberofrelationsise.
Therootrelationhasaattributesincludingkkeys.Thustheminimumnumberofattributesisa.Allotherrelationsincludethekkeysfromrootalongwiththeiraattributes.Thusthemaximumnumberofattributesisa+k.
(b)
Therelationforrootwillhaveaattributes.Therelationrepresentingthewholetreewillhavee*aattributes.
Thenumberofrelationswilldependontheshapeofthetree.Atreeofeentitieswhereonlyonechildexists(sayleftchildonly)wouldhavetheminimumnumberofrelations.Thusbelowfigurewillonlycontain4subtreesthatcontainrootE1,E1E2,E1E2E3,andE1E2E3E4.Witheentitysets,minimumerelationsarepossible.
Themaximumnumberofsubtreesresultwhenalltheentities(exceptroot)areatdepth1.Thusbelowfigurewillcontain8subtreesthatcontainrootE1,E1E2,E1E3,E1E4,E1E2E3,E1E3E4,E1E2E4,andE1E2E3E4.Witheentitysets,maximum2^(e-1)relationsarepossible.
(c)
Thenullsmethodalwaysresultsinonerelationandcontainsattributesfromalleentitiesi.e.e*aattributes.
Summarizingfora,b,andcabove;
#Components#Relations
MinMaxMinMax
Method
straight-E/Raaee
object-orientedae*ae2^(e-1)
nullse*ae*a11
4.7.1
4.7.2
a)
b)
c)
d)
4.7.3
4.7.4
4.7.5
MalesandFemalessubclassesarecomplete.MothersandFathersarepartial.Allsubclassesaredisjoint.
4.7.6
4.7.7
4.7.8
WeconverttheternaryrelationshipContractsintothreebinaryrelationshipsbetweenanewentitysetContractsandexistingentitysets.
4.7.9
a)
b)
c)
4.7.10
Aself-associationParentOfforentitysetpeoplehasmultiplicity0..2atparentroleend.
InaLibrarydatabase,ifapatroncanloanatmost12books,themmultiplicityis0..12.
ForaFullTimeStudentsentityset,arelationshipofmultiplicity5..*mustexistwithCourses(Astudentmusttakeatleast
5coursestobeclassifiedFullTime.
4.8.1
Customers(SSNo,name,addr,phone)
Flights(number,day,aircraft)
Bookings(row,seat,custSSNo,FlightNumber,FlightDay)
Customers("SSNo",name,addr,phone)
Flights("number","day",aircraft)
Bookings(row,seat,"custSSNo","FlightNumber","FlightDay")
4.8.2
a)
Movies(title,year,length,genre)
Studios(name,address)
Presidents(cert#,name,address)
Owns(movieTitle,movieYear,studioName)
Runs(studioName,presCert#)
Movies("title","year",length,genre)
Studios("name",address)
Presidents("cert#",name,address)
Owns("movieTitle","movieYear",studioName)
Runs("studioName",presCert#)
b)
Sincethesubclassesaredisjoint,ObjectOrientedApproachisused.
Thehierarchyisnotcomplete.Hencefourrelationsarerequired
Movies(title,year,length,genre)
MurderMysteries(title,year,length,genre,weapon)
Cartoons(title,year,length,genre)
Cartoon-MurderMysteries(title,year,length,genre,weapon)
Movies("title","year",length,genre)
MurderMysteries("title","year",length,genre,weapon)
Cartoons("title","year",length,genre)
Cartoon-MurderMysteries("title","year",length,genre,weapon)
c)
Customers(ssNo,name,phone,address)
Accounts(number,balance,type)
Owns(custSSNo,accountNumber)
Customers("ssNo",name,phone,address)
Accounts("number",balance,type)
Owns("custSSNo","accountNumber")
d)
Teams(name,captainName)
Players(name,teamName)
Fans(name,favoriteColor)
Colors(colorname)
ForDisplaysassociation,
TeamColors(teamName,colorname)
RootsFor(fanName,teamName)
Admires(fanName,playerName)
Teams("name",captainName)
Players("name",teamName)
Fans("name",favoriteColor)
Colors("colorname")
ForDisplaysassociation,
TeamColors("teamName","colorname")
RootsFor("fanName","teamName")
Admires("fanName","playerName")
e)
People(ssNo,name,fatherSSNo,motherSSNo)
People("ssNo",name,fatherssNo,motherssNo)
f)
Students(email,name)
Courses(no,section,semester,professorEmail)
Departments(name)
Professors(email,name,worksDeptName)
Takes(letterGrade,studentEmail,courseNo,courseSection,courseSemester)
Students("email",name)
Courses("no","section","semester",professorEmail)
Departments("name")
Professors("email",name,worksDeptName)
Takes(letterGrade,"studentEmail","courseNo","courseSection","courseSemester")
4.8.3
a)
Eachandeveryobjectisamemberofexactlyonesubclassatleaflevel.Wehavenineclassesattheleafofhierarchy.Henceweneedninerelations.
b)
Allobjectsonlybelongtoonesubclassanditsancestors.Hence,weneednotconsidereverypossiblesubtreebutratherthetotalnumberofnodesintree.
Henceweneedthirteenrelations.
c)
Weneedallpossiblesubtrees.Hence218relationsarerequired.
4.9.1
classCustomer(key(ssNo)){
attributeintegerssNo;
attributestringname;
attributestringaddr;
attributestringphone;
relationshipSet<Account>ownsAccts
inverseAccount::ownedBy;
};
classAccount(key(number)){
attributeintegernumber;
attributestringtype;
attributerealbalance;
relationshipSet<Customer>ownedBy
inverseCustomer::ownsAccts;
};
4.9.2
a)
ModifyclassAccounttocontainrelationshipCustomerownedBy(noSet)
b)
AlsoremovesetinrelationshipownsAcctsofclassCustomer.
c)
ODLallowsacollectionofprimitivetypesaswellasstructures.ToclassCustomeraddfollowingattributesinplaceofsimpleattributesaddrandphone:
Set<stringphone>
Set<Structaddr{stringstreet,stringcity,stringstate}>
d)
ODLallowsstructuresandcollectionsrecursively.
Set<Structaddr{stringstreet,stringcity,stringstate},Set<stringphone>>
4.9.3
CollectionsareallowedinODL.Hence,ColorsSetcanbecomeanattributeofTeams.
classColors(key(colorname)){
attributestringcolorname;
relationshipSet<Fans>FavoredBy
inverseFans::Favors;
relationshipset<Teams>DisplayedBy
inverseTeams::Displays;
};
classTeams(key(name)){
attributestringname;
relationshipset<Colors>Displays
inverseColors::DisplayedBy;
relationshipset<Players>PlayedBy
inversePlayers::Plays;
relationshipPLayersCaptainedBy
inversePlatyers::Captains;
relationshipset<Fans>RootedBy
inverseFans::Roots;
};
classPlayers(key(name)){
attributestringname;
relationshipSet<Teams>Plays
inverseTeams::PlayedBy;
relationshipTeamsCaptains
inverseTeams::CaptainedBy;
relationshipSet<Fans>AdmiredBy
inverseFans::Admires;
};
classFans(key(name)){
attributestringname;
relationshipColorsFavors
inverseColors::FavoredBy;
relationshipSet<Teams>RootedBy
inverseTeams::Roots;
relationshipSet<Players>Admires
inversePlayers::AdmiredBy;
};
4.9.4
classPerson{
attributestringname;
relationshipPersonmotherOf
inversePerson::childrenOfFemale;
relationshipPersonfatherOf
inversePerson::childrenOfMale;
relationshipSet<Person>children
inversePerson::parentsOf;
relationshipSet<Person>childrenOfFemale
inversePerson::motherOf;
relationshipSet<Person>childrenOfMale
inversePerson::fatherOf;
relationshipSet<Person>parentsOf
inversePerson::children;
};
4.9.5
Thestructeducation{stringdegree,stringschool,stringdate}cannothaveduplication.
HenceuseofSetsdoesnotmakeanydifferentascomparedtobags,lists,orarrays.
Listswillallowfasteraccess/queriesduetothealreadysortednature.
4.9.6
a)
classDepartments(key(name)){
attributestringname;
relationshipCoursesoffers
inverseCourses::offeredBy;
};
classCourses(key(number,offeredBy)){
attributestringnumber;
relationshipDepartmentsofferedBy
inverseDepartments::offers;
};
b)
classLeagues(key(name)){
attributename;
relationshipTeamscontains
inverseTeams::belongs;
};
classTeams(key(name,belongs)){
attributename,
relationshipLeaguesbelongs
inverseLeagues::contains;
relationshipPlayersplay
inversePlayers::plays;
};
classPlayers(key(number,plays)){
attributenumber,
relationshipTeamsplays
inverseTeams::play;
};
4.9.7
classStudents(keyemail){
attributestringemail;
attributestringname;
relationshipCoursesisTA
inverseCourses::TA;
relationshipCoursesTakes
inverseCourses::TakenBy;
};
classProfessors(keyemail){
attributestringemail;
attributestringname;
relationshipDepartmentsWorksFor
inverseDepartment::Works;
relationshipCoursesTeaches
inverseCourses::TaughtBy;
};
classCourses(key(no,semester,section)){
attributestringno;
attributestringsemester;
attributestringsection;
relationshipStudentsTA
inverseStudents::isTA;
relationshipStudentsTakenBy
inverseStudents::Takes;
relationshipProfessorsTaughtBy
inverseProfessors::Teaches;
relationshipDepartmentsOfferedBy
inverseDepartments::Offer;
};
classDepartments(keyname){
attributename;
relationshipCoursesOffer
inverseCourses::OfferedBy;
relationshipProfessorsWorks
inverseProfessors::WorksFor;
};
4.9.8
Arelationshipisitsowninversewhenforeveryattributepairintherelationship,theinversepairalsoexists.Arelationwithsucharelationshipiscalledsymmetricinsettheory.e.g.ArelationshipcalledSiblingOfinPersonrelationisitsowninverse.
4.10.1
a)
Customers(ssNo,name,addr,phone)
Account(number,type,balance)
Owns(ssNo,accountNumber)
b)
Accounts(number,balance,type,owningCustomerssNo)
Customers(ssNo,name)
Addresses(ownerssNo,street,state,city)
Phones(ownerssNo,street,state,city,phonearea,phoneno)
WecanremoveAddressesrelationsinceitsattributesareasubsetofrelationPhones.
c)
Fans(name,colors)
RootedBy(fan_name,teamname)
Admires(fan_name,playername)
Players(name,teamname,is_captain)
Teams(name)--removesubsetofteamcolor
Teamcolors(name,colorname)
Col
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年模具行業(yè)產(chǎn)學(xué)研合作項(xiàng)目合同4篇
- 通風(fēng)和防排煙課程設(shè)計(jì)
- 觀察日記課程設(shè)計(jì)
- 二零二五年度面料印刷與包裝服務(wù)合同4篇
- 2025年度魚塘承包與漁業(yè)產(chǎn)業(yè)發(fā)展規(guī)劃合作協(xié)議4篇
- 二零二五版公司在職分紅與員工職業(yè)規(guī)劃協(xié)議3篇
- 二零二五年度高端酒店管理咨詢合同4篇
- 自動(dòng)化儀表課課程設(shè)計(jì)
- 二零二五版建筑廢棄物資源化利用建設(shè)工程擔(dān)保服務(wù)合同3篇
- 2024版輕鋼房屋建造協(xié)議模板協(xié)議版B版
- 《工貿(mào)企業(yè)有限空間作業(yè)安全規(guī)定》知識(shí)培訓(xùn)
- 高層次人才座談會(huì)發(fā)言稿
- 垃圾清運(yùn)公司管理制度(人員、車輛、質(zhì)量監(jiān)督、會(huì)計(jì)管理制度)
- 《建筑工程設(shè)計(jì)文件編制深度規(guī)定》(2022年版)
- 營銷人員薪酬考核方案
- 2024年版的企業(yè)績(jī)效評(píng)價(jià)標(biāo)準(zhǔn)
- 2024至2030年中國it外包服務(wù)行業(yè)市場(chǎng)深度分析及發(fā)展趨勢(shì)預(yù)測(cè)報(bào)告
- 工程項(xiàng)目計(jì)價(jià)結(jié)算付款情況統(tǒng)計(jì)表
- GB/T 20554-2024海帶
- 廣東廣州中醫(yī)藥大學(xué)第一附屬醫(yī)院招聘筆試真題2022
- ISO 15189醫(yī)學(xué)實(shí)驗(yàn)室認(rèn)可內(nèi)審員培訓(xùn)試題附答案
評(píng)論
0/150
提交評(píng)論