




已阅读5页,还剩60页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
UNIT9Database,9-1TechnicalPart9-2ReadingMaterial,9-1TechnicalPart9-1-1DefinitionAdatabaseisalsocalledanelectronicdatabase,referringtoanycollectionofdata,orinformation,thatisspeciallyorganizedforrapidsearchandretrievalbyacomputer.Adatabasehasthefollowingimplicitproperties:,Adatabaseisalogicallycoherentcollectionofdatawithsomeinherentmeaning.Arandomassortmentofdatacannotbereferredtoasadatabase.Adatabaseisdesigned,built,andpopulatewithdataforaspecificpurpose.Ithasanintendedgroupofusersandsomepreconceivedapplicationsinwhichtheseusersareinterested.Adatabaserepresentssomeaspectoftherealworld,sometimescalledtheminiworld.Changestotheminiworldarereflectedinthedatabase.,9-1-2IntroductionsDatabase-SystemApplicationsDatabasesarewidelyused.Herearesomerepresentativeapplications:1.EnterpriseInformationSales:forcustomer,product,andpurchaseinformation.Accounting:forpayments,receipts,accountbalances,assetsandotheraccountinginformation.Humanresources:forinformationaboutemployees,salaries,payrolltaxes,andbenefits,andforgenerationofpaychecks.,Manufacturing:formanagementofthesupplychainandfortrackingproductionofitemsinfactories,inventoriesofitemsinwarehousesandstores,andordersforitems.Onlineretailers:forsalesdatanotedaboveplusonlineordertracking,generationofrecommendationlists,andmaintenanceofonlineproductevaluations.,2.BankingandFinanceBanking:forcustomerinformation,accounts,loans,andbankingtransactions.Creditcardtransactions:forpurchasesoncreditcardsandgenerationofmonthlystatements.Finance:forstoringinformationaboutholdings,sales,andpurchasesoffinancialinstrumentssuchasstocksandbonds;alsoforstoringreal-timemarketdatatoenableonlinetradingbycustomersandautomatedtradingbythefirm.,3.Universities:forstudentinformation,courseregistrations,andgrades(inadditiontostandardenterpriseinformationsuchashumanresourcesandaccounting).4.Airlines:forreservationsandscheduleinformation.Airlineswereamongthefirsttousedatabasesinageographicallydistributedmanner.,5.Telecommunication:forkeepingrecordsofcallsmade,generatingmonthlybills,maintainingbalancesonprepaidcallingcards,andstoringinformationaboutthecommunicationnetworks.Asthelistillustrates,databasesformanessentialpartofeveryenterprisetoday,storingnotonlytypesofinformationthatarecommontomostenterprises,butalsoinformationthatisspecifictothecategoryoftheenterprise.,DataModelsUnderlyingthestructureofadatabaseisthedatamodel:acollectionofconceptualtoolsfordescribingdata,datarelationships,datasemantics,andconsistencyconstraints.Adatamodelprovidesawaytodescribethedesignofadatabaseatthephysical,logical,andviewlevels.Thereareanumberofdifferentdatamodels.Thedatamodelscanbeclassifiedintofollowingcategories:,1.RelationalModelTherelationalmodelusesacollectionoftablestorepresentbothdataandtherelationshipsamongthosedata.Eachtablehasmultiplecolumns,andeachcolumnhasauniquename.Tablesarealsoknownasrelations.Therelationalmodelisanexampleofarecord-basedmodel.Record-basedmodelsaresonamedbecausethedatabaseisstructuredinfixed-formatrecordsofseveraltypes.Eachtablecontainsrecordsofaparticulartype.Eachrecordtypedefinesafixednumberoffields,orattributes.Thecolumnsofthetablecorrespondtotheattributesoftherecordtype.Therelationaldatamodelisthemostwidelyuseddatamodel,andavastmajorityofcurrentdatabasesystemsarebasedontherelationalmodel.,2.Entity-RelationshipModelTheentity-relationship(E-R)datamodelusesacollectionofbasicobjects,calledentities,andrelationshipsamongtheseobjects.Anentityisa“thing”or“object”intherealworldthatisdistinguishablefromotherobjects.Theentity-relationshipmodeliswidelyusedindatabasedesign.,3.Object-BasedDataModelObject-orientedprogramming(especiallyinJava,C+,orC#)hasbecomethedominantsoftware-developmentmethodology.Thisledtothedevelopmentofanobject-orienteddatamodelthatcanbeseenasextendingtheE-Rmodelwithnotionsofencapsulation,methods(functions),andobjectidentity.Theobject-relationaldatamodelcombinesfeaturesoftheobject-orienteddatamodelandrelationaldatamodel.,4.SemistructuredDataModelThesemistructureddatamodelpermitsthespecificationofdatawhereindividualdataitemsofthesametypemayhavedifferentsetsofattributes.Thisisincontrasttothedatamodelsmentionedearlier,whereeverydataitemofaparticulartypemusthavethesamesetofattributes.TheExtensibleMarkupLanguage(XML)iswidelyusedtorepresentsemistructureddata.,5.XMLDatabaseAnXMLdatabaseisadatapersistencesoftwaresystemthatallowsdatatobestoredinXMLformat.Thisdatacanthenbequeried,exportedandserializedintothedesiredformat.XMLdatabasesareusuallyassociatedwithdocument-orienteddatabases.OConnellgivesonereasonfortheuseofXMLindatabases:theincreasinglycommonuseofXMLfordatatransport,whichhasmeantthat“dataisextractedfromdatabasesandputintoXMLdocumentsandvice-versa”.Itmayprovemoreefficient(intermsofconversioncosts)andeasiertostorethedatainXMLformat.,TwomajorclassesofXMLdatabaseexist:XML-enabled:thesemapallXMLtoatraditionaldatabase(suchasarelationaldatabase),acceptingXMLasinputandrenderingXMLasoutput.Thistermimpliesthatthedatabasedoestheconversionitself(asopposedtorelyingonmiddleware).NativeXML(NXD):theinternalmodelofsuchdatabasesdependsonXMLandusesXMLdocumentsasthefundamentalunitofstorage,whichare,however,notnecessarilystoredintheformoftextfiles.,6.MultimediaDatabaseMultimediadatatypicallymeansdigitalimages,audio,video,animationandgraphicstogetherwithtextdata.Theacquisition,generation,storageandprocessingofmultimediadataincomputersandtransmissionovernetworkshavegrowntremendouslyintherecentpast.,Thehugeamountofdataindifferentmultimedia-relatedapplicationswarrantedtohavedatabasesasdatabasesprovideconsistency,concurrency,integrity,securityandavailabilityofdata.Fromanuserperspective,databasesprovidefunctionalitiesfortheeasymanipulation,queryandretrievalofhighlyrelevantinformationfromhugecollectionsofstoreddata.,MultiMediaDatabases(MMDBs)havetocopeupwiththeincreasedusageofalargevolumeofmultimediadatabeingusedinvarioussoftwareapplications.Theapplicationsincludedigitallibraries,manufacturingandretailing,artandentertainment,journalismandsoon.Someinherentqualitiesofmultimediadatahavebothdirectandindirectinfluenceonthedesignanddevelopmentofamultimediadatabase.,MMDBsaresupposedtoprovidealmostallthefunctionalities,atraditionaldatabaseprovides.Apartfromthose,aMMDBhastoprovidesomenewandenhancedfunctionalitiesandfeatures.MMDBsarerequiredtoprovideunifiedframeworksforstoring,processing,retrieving,transmittingandpresentingavarietyofmediadatatypesinawidevarietyofformats.Atthesametime,theymustadheretonumericalconstraintsthatarenormallynotfoundintraditionaldatabases.,ConceptofDBMSAdatabasemanagementsystem(DBMS)isasoftwarepackagewithcomputerprogramsthatcontrolsthecreation,maintenance,anduseofadatabase.Itallowsorganizationstoconvenientlydevelopdatabasesforvariousapplications.Adatabaseisanintegratedcollectionofdatarecords,files,andotherobjects.ADBMSallowsdifferentuserapplicationprogramstoconcurrentlyaccessthesamedatabase.DBMSsmayuseavarietyofdatabasemodels,suchastherelationalmodelorobjectmodel,toconvenientlydescribeandsupportapplications.,Ittypicallysupportsquerylanguages,whichareinfacthigh-levelprogramminglanguages,dedicateddatabaselanguagesthatconsiderablysimplifywritingdatabaseapplicationprograms.Databaselanguagesalsosimplifythedatabaseorganizationaswellasretrievingandpresentinginformationfromit.ADBMSprovidesfacilitiesforcontrollingdataaccess,enforcingdataintegrity,managingconcurrencycontrol,andrecoveringthedatabaseafterfailuresandrestoringitfrombackupfiles,aswellasmaintainingdatabasesecurity.,9-1-3ApplicationCaseorExampleSQLServerMonitorMicrosoftSQLServerisarelationaldatabase-managementsystemthatscalesfromlaptopsanddesktopstoenterpriseservers,withacompatibleversion,basedontheWindowsMobileoperatingsystem,availableforhandhelddevicessuchasPocketPCs,SmartPhones,andPortableMediaCenters.,SQLServerprovidesasuiteoftoolsformanagingallaspectsofSQLServerdevelopment,querying,tuning,testing,andadministration.MostofthesetoolscenteraroundtheSQLServerManagementStudio.SQLServerManagementStudioprovidesacommonshellforadministeringallservicesassociatedwithSQLServer,whichincludesDatabaseEngine,AnalysisServices,ReportingServices,SQLServerMobile,andIntegrationServices.,SQL(StructuredQueryLanguage,referredtoassequelorbythelettersS-Q-L)isalanguagethatgivesusersaninterfacetoarelationaldatabasewheretheycanfindandprocessdatastoredwithin.Atthepresenttime,itisthemostwidelyuseddatabaselanguage.,Inthedatabase,informationisstoredintablesthataremadeupofmanycolumnsandrows.Eachcolumnhandlesaspecifictypeofinformation,andeachrowrepresentsarecordenteredintothetable.Arowmayrepresentacustomer,andeachcolumnmaycontainspecificsaboutthatcustomer.,MicrosoftSQLServerisapackagedbrandofSQLthatmanycompaniesuseanddependonfortheirdailyoperation.WhenacompanyinstallsSQLServer,itisusuallyusedforseveralpurposes,withtheserveradministratorcreatingadatabaseforeachuse.FormoreinformationaboutMicrosoftSQLServer,visitM:,AlongwiththefullversionofSQLServer,MicrosofthasalsodevelopedMSDE(MicrosoftDesktopEngine)whichworkslikeSQLserver,buthasa2GBlimitondata,andcontainsasingledatabase.ThereisalsoauserinterfacewithSQLServerthatisnotusedbyMSDE.,NomatterwhichversionofSQLServeryouuse,youshouldalwaysbeconcernedwithitsproperfunctionandconstantavailability.Withoutit,theinformationinthedatabasecannotberetrievedandmanyofyourapplicationsthatrelyonthedatabasewillsimplynotwork.UsinganetworkmonitoringtoollikeWhatsUpGoldPremiumEditionyoucankeepaconstantwatchoverspecificitemsorparametersinyourSQLserver.Thefollowingsectiondescribestheapplicationandhowyoucanuseittomonitoryourdatabases.,MonitoringSQLServerWhatsUpGoldStandardandPremiumEditionscanmonitorandreportthestatusofthestandardservicesassociatedwithstandardTCP/IPservers,suchasSMTP,POP3,andIMAP,FTP,HTTP.Ifanyoftheseservicesfail,youruserswillbeunabletogetmail,transferfiles,orusetheweb.Itisagoodideatosetupmonitoringontheseservicessothatyouarethefirsttoknowiftheyfail.,TheSQLServerMonitorextendsmonitoringtoparametersreportedbyMicrosoftSQLServer(andMicrosoftMSDE),allowingyoutogetanearlywarningofadegradationinperformance.Forexample,youcanmonitorsystemparametersonyourSQLServerdatabaseservertoseeifperformanceiswithinanexpectedrange,andifnot,youcanintervenebeforetheSQLServerfails.Inotherwords,youcandetectaloomingproblembeforeitcausesanapplicationorservicefailure.TheSQLServerMonitorsupportsmonitoringofMicrosoftSQLServer2000orlaterversions,andMSDE2000orlaterversions,whichcanbeonanymachineinyournetwork.,GettingStartedWiththeSQLMonitorBeforeconfigureuringyourSQLmonitor(s),youshoulddeterminewhichparametersandservicesyouneedtomonitor.Youshouldalsoconsiderwhetheryouwanttocreateasinglemonitorwithmultipleparameters,severalmonitorswithoneparameterorservice,oracombinationofthetwo.Ifyoucreateasinglemonitortowatchalloftheparameters,youwillnotknowwhichparameterhastheproblemuntilyoudoalittleresearch.Thereismoresetuptimewiththeotheroptions,butthetroubleshootingtimeisgreatlyreduced.,Note:Tousesomeoftheparameters,youmustconfigureyourSystemDataSource(ODB)namefortheSQLServer.ThisisdoneintheWindowsDataSources(ODB)Administrator.Duringthecreationofyourmonitors,youalsoassignthealertsandactionsyouwantWhatsUptofirewhenoneofthemonitorsgoesdown.,ConfiguringaSQLMonitorToconfigureaninstanceoftheSQLServerMonitor,youmustfirsthaveWhatsUpGoldPremiumEditioninstalled.Then:1.FromtheConfiguremenu,selectActiveMonitorLibrary.2.TheActiveMonitorLibraryisthestartingpointforcreatinganyActiveMonitorinWhatsUpGold.ThisdialogshowsalloftheActiveMonitorsinyourdatabase.,3.AddanSQLmonitor:ClickNew.TheSelectActiveMonitorTypedialogappears.SelectSQLServiceMonitorandclickOK.TheNewSQLServiceMonitor(SeeFigure9-1)dialogappears.,4.Selecttheparametersandorprocessestoaddtothemonitor.OncetheActiveMonitoriscreated,youcanassignthatmonitortothedevicerepresentingthecomputerrunningtheSQLServer.Youmayalsousethemonitorduringdevicediscovery.,Figure9-1NewSQLServerMonitor,AnExampleTomonitoruseractivity,wellcreateamonitorcalled“SQLUser,”thenselectUsersastheonlyparametertomonitor.1.AccesstheSQLServerMonitorpropertiesasdescribedinthesectionabove.2.Namethemonitor“SQLUser.”,3.MakesurethatUsersistheonlyparameterthathasacheckintheboxtothelefttoit.Youwillneedtocleartheselectionsfortheotherparametersandalsofortheprocesses.4.ClicktheUsersparametertoselectit,andthenclickConfigure.TheUsersThresholddialogappears.Youshouldhaveinmindhowmanyusersorconnectionsyouwanttoconsiderasathreshold,andenterthosevaluesintheappropriateboxesonthedialog.,5.Whenfinished,clickOKtoaddtheSQLUsermonitortotheActiveMonitorLibrary.Oncethemonitorhasbeencreated,youarereadytoaddthe“SQLUser”monitortoyourSQLserverdevice.1.SelectthedevicethatrepresentstheSQLserver.Double-clickthedevicetodisplayitsproperties.2.SelecttheActiveMonitorsicon.3.OntheActiveMonitordialog,clickAdd.TheActiveMonitorwizardappears.4.Followthewizardtoaddtheactivemonitortothedevice.,9-2ReadingMaterial9-2-1ReadingcomprehensionApplicationProgramsandUserInterfacesAlthoughmanypeopleinteractwithdatabases,veryfewpeopleuseaquerylanguagetointeractwithadatabasesystemdirectly.Themostcommonwayinwhichusersinteractwithdatabasesisthroughanapplicationprogramthatprovidesauserinterfaceatthefrontend,andinterfaceswithadatabaseatthebackend.,Suchapplicationstakeinputfromusers,typicallythroughaforms-basedinterface,andeitherenterdataintoadatabaseorextractinformationfromadatabasebasedontheuserinput,andgenerateoutput,whichisdisplayedtotheuser.,Asanexampleofanapplication,considerauniversityregistrationsystem.Likeothersuchapplications,theregistrationsystemfirstrequiresyoutoidentifyandauthenticateyourself,typicallybyausernameandpassword.Theapplicationthenusesyouridentitytoextractinformation,suchasyournameandthecoursesforwhichyouhaveregistered,fromthedatabaseanddisplaystheinformation.Theapplicationprovidesanumberofinterfacesthatletyouregisterforcoursesandqueryavarietyofotherinformationsuchascourseandinstructorinformation.Organizationsusesuchapplicationstoautomateavarietyoftasks,suchassales,purchases,accountingandpayroll,human-resourcesmanagement,andinventorymanagement,amongmanyothers.,Applicationprogramsmaybeusedevenwhenitisnotapparentthattheyarebeingused.Forexample,anewssitemayprovideapagethatistransparentlycustomizedtoindividualusers,eveniftheuserdoesnotexplicitlyfillanyformswheninteractingwiththesite.Todoso,itactuallyrunsanapplicationprogramthatgeneratesacustomizedpageforeachuser;customizationcan,forexample,bebasedonthehistoryofarticlesbrowsedbytheuser.,Atypicalapplicationprogramincludesafront-endcomponent,whichdealswiththeuserinterface,aback-endcomponent,whichcommunicateswithadatabase,andamiddlelayer,whichcontains“businesslogic,”thatis,codethatexecutesspecificrequestsforinformationorupdates,enforcingrulesofbusinesssuchaswhatactionsshouldbecarriedouttoexecuteagiventask,orwhocancarryoutwhattask.,Applicationarchitectureshaveevolvedovertime,asillustratedinFigure9-2.Applicationssuchasairlinereservationshavebeenaroundsincethe1960s.Intheearlydaysofcomputerapplications,applicationsranonalarge“mainframe”computer,andusersinteractedwiththeapplicationthroughterminals,someofwhichevensupportedforms.,Figure9-2Applicationarchitecturesindifferenteras,Withthewidespreaduseofpersonalcomputers,manyorganizationsusedadifferentarchitectureforinternalapplications,withapplicationsrunningontheuserscomputer,andaccessingacentraldatabase.Thisarchitecture,oftencalleda“clientserver”architecture,allowedthecreationofpowerfulgraphicaluserinterfaces,whichearlierterminal-basedapplicationsdidnotsupport.,Inthepast15years,Webbrowsershavebecometheuniversalfrontendtodatabaseapplications,connectingtothebackendthroughtheInternet.Browsersuseastandardizedsyntax,theHyperTextMarkupLanguage(HTML)standard,whichsupportsbothformatteddisplayofinformation,andcreationofforms-basedinterfaces.The
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 四川省成都市简阳市2026届英语九年级第一学期期末调研模拟试题含解析
- 2026届山东省枣庄市台儿庄区化学九上期中教学质量检测模拟试题含解析
- 上海市闵行区名校2026届化学九年级第一学期期中学业质量监测模拟试题含解析
- 填埋场管护方案范本
- 法式门洞垭口施工方案
- 2025年消防队面试题及答案
- 2026届山东省济宁市鲁桥镇第一中学九年级化学第一学期期末学业质量监测模拟试题含解析
- 2026届云南省昆明市祯祥中学化学九年级第一学期期中学业水平测试试题含解析
- 2026届上海市闵行区民办上宝中学九年级化学第一学期期中复习检测试题含解析
- 浙江省杭州市萧山区城厢片2026届化学九上期中学业质量监测模拟试题含解析
- 《无人机培训教材》课件
- 废旧物资处理及处置招标公告
- 新建藕池施工方案
- 中医药膳学考试复习题及答案
- CJ/T 158-2002 城市污水处理厂管道和设备色标
- 热稳定校验(YJV铜缆)-李良胜
- DB35T 2061-2022 村庄规划编制规程
- 危重患者抢救应急预案
- 不合格品让步处理及表格
- 心肺复苏+AED操作考核评分表
- 航空物流管理职业生涯人物访谈记录表
评论
0/150
提交评论