四级数据库重点难点分析(Fourleveldatabase,keyanddifficultanalysis).pdf
《四级数据库重点难点分析(Fourleveldatabase,keyanddifficultanalysis).pdf》由会员分享,可在线阅读,更多相关《四级数据库重点难点分析(Fourleveldatabase,keyanddifficultanalysis).pdf(20页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、四 级 数 据 库 重 点 难 点 分 析(Four level database,key and difficultanalysis)Computer four level examination:four level database key anddifficult analysis(Part one)Introduction1.data is a symbolic record of real-world things,aninformation that can be recorded with physical symbols.Data is the symbolic repres
2、entation of information,and is thecarrier;information is the semantic interpretation of data,and it is the connotation.The 2.is the data model of the real world data abstraction,is the formal framework of database system,a set of conceptsand definitions used to describe the data,including datadescri
3、ption,data 1 ink,data manipulation,data semantics anddata consistency concept tool.Satisfy three conditions:simulate the real world morerealistically;easy to understand;easy to realize by computerThree elements:data structure(static link,data structure andthe object itself),data manipulation(a colle
4、ction of dataobjects and operation rules)and integrity constraints(semantic constraints:data model,data within and betweencontact)The 3.model is a description of the logical structure andcharacteristics of all data in the database,a common data viewof al 1 users,also known as logical or conceptual p
5、atterns.Outside the model is the logical structure and characteristicsof local data can see and use the database user description,is associated with a data application logic representation,also known as sub mode,user mode or user view.An internal schema is a description of the physical structureand
6、storage of data in a database,also known as physical orstorage patterns.When the database schema changes,the relationship betweenimage by adjusting the external mode/pattern between theapplications that need not be changed,so as to ensure thelogical data independence between application programs and
7、 thelogical data independenceWhen changing the physical storage structure of database data,by adjusting the model/schema mapping relationship,keep thedatabase model unchanged,the pattern and the application ofthe database system is not changed,ensure the physical dataindependence between application
8、 programs and the physicaldata independence”.4.database is a set of shared data stored in computer,anddatabase management system is a kind of data management systemsoftware.The database system is the software and hardwaresystem after the introduction of the database in the computersystem.It includes
9、 the database,database management systemand database application program.The main functions of 5.DBMS include data definition,datamanipulation,database operation,management and control,database establishment and maintenance.DBMS includes query processor and storage manager.Queryprocessor implements
10、user oriented query,analysis,processingand optimization functions.The storage manager providesinterfaces for users and applications to access the applicationdata stored in the database file.6.models with two-dimensional surface representation betweenthe entity and the entity relation,each object in
11、the realworld corresponds to a row in a table is called a record of eachcolumn in the table(attribute)describe a character class,thevalue of the column(attribute value)described a specificobjective the features of the objects.The advantages and disadvantages:the establishment of theset relationship”
12、,the concept of strict mature;relationship between the entity and the said,is simple and easyto understand;transparent data storage path,independent andsecure better query efficiency is lower than the non relationalmodel.Database application life cycle2.1 software life cycle refers to the entire per
13、iod from whichthe software product starts from its concept and the productis no longer used.Generally includes concept stage,demandphase,design phase,implementation phase,test phase,installation,deployment and delivery phase,operation phaseand maintenance stage.The database application system is the
14、demand for the users of the database application systemexpectations and requirements in function,performance,behavior,design constraints and other aspects:data and dataprocessing,business performance,and other storage securitybackup and recovery.2.2 database application system life cycle model1.wate
15、rfall model principle,project planning,demandanalysis,system design,implementation and deployment,operation,management and maintenance of five parts2.rapid prototyping models and incremental model principlesallow for the gradual and iterative development of DBAS.3.according to the DBAS software comp
16、onents and theirrespective functions,refinement of DBAS analysis and designstage,the introduction of a data organization and storagedesign,data access and processing design,design three designlines,respectively,for DBAS in the design of database,database transaction and application program.4.,the de
17、sign phase is divided into three steps:conceptualdesign,logical design and physical design.Each step coversthree main design 1ines.Requirement analysis and function modeling method3.1 data elements(columns)are the smallest units in dataprocessing.ThreeFigure 2 DFD:data stream(marked with name,arrow)
18、processing,data storage,data source(Heng Yuanzhu)/end point(PRISM)3.3 IDEFO diagram:better understanding of requirements;ICOM(input,control,output,mechanism)code;at least one controland output arrow.A-0;AO(top level diagram);Al;AllComparison of 3.4 DFD and IDEFO:structured analysis idea:fromtop to b
19、ottom,step by step,refinementFigure 1.DFD with the arrow is also called the data flow todescribe the data moving in the direction of data processing,data dependencies between IDEFO map is represented by an arrowdata stream,but does not emphasize the flow or order,emphasison data constraints,arrow ri
20、cher semantics.The 2.DFD model has four elements,and there are only two IDEFOdiagrams:arrows and events3.IDEFO diagrams are more standardized.Its concepts,modelingmethods,drawing rules and so on are explained and stipulatedThe 4.IDEFO model is clearer and easier to understand andcommunicate3.5 advan
21、tages of structured analysis and modeling methods:1)but as early as possible into specific details,from theoverall or macro start to analyze problems,such as the overallstructure of the business system,systems and subsystems.2)graphically graphically model objects that intuitivelyrepresent what func
22、tions the system can accomplish tofacilitate system analysts understanding and describingsystems.3)model objects do not involve too many technical terms,whichmakes it easy for users to understand the model.Database conceptual design and data modeling4.1,the purpose and task of conceptual design:to f
23、ace the realworld,to understand and describe the data requirements in theapplication domain,and to analyze and determine what data thesystem needs to store and process.Process:determine entityset;define connection and connection type;establish businessmodel represented by information model;determine
24、 entity setattribute;optimize information model.4.2 entity sets describe collections of things with the sameattributes,characteristics,and properties;attributesdescribe a particular feature or nature of an entity set4.3,IDEF1X:standard stereotypes(in accordance with theparent instance only calibrati
25、on)(deterministic);non-standard stereotypes(deterministic);classification;uncertaintyRelational database logical design5.1 relational databases:collections of interrelatedrelationships(tables)organized and stored in atwo-dimensional table.Relational databases use relational models to organize,store,
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 级数 重点难点 分析 Fourleveldatabase keyanddifficultanalysis
链接地址:https://www.taowenge.com/p-92973935.html
限制150内