IT专业英语UNIT9 Database.ppt_第1页
IT专业英语UNIT9 Database.ppt_第2页
IT专业英语UNIT9 Database.ppt_第3页
IT专业英语UNIT9 Database.ppt_第4页
IT专业英语UNIT9 Database.ppt_第5页
已阅读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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论